MutableMethod
class MutableMethod(pool: MutableConstantPool, var qualifiedNameConstant: Int, var flags: Short, attributes: MutableList<Attribute>) : Method(source)
A mutable version of Method
Since
0.1.0
Parameters
pool
The MutableConstantPool of the method
qualifiedNameConstant
The constant of the qualified name of the method
flags
The flags of the method
attributes
The attributes of the method
See also
Constructors
Link copied to clipboard
constructor(pool: MutableConstantPool, qualifiedNameConstant: Int, flags: Short, attributes: MutableList<Attribute>)
Creates a MutableMethod with the given pool, qualifiedNameConstant, flags and attributes
Properties
Link copied to clipboard
The attributes of the method
Link copied to clipboard
Is this method abstract?
Link copied to clipboard
Is this method a constructor?
Link copied to clipboard
Is this method protected?
Link copied to clipboard
Is this method synchronized?
Link copied to clipboard
The MutableConstantPool of the bytecode
Link copied to clipboard
The qualified name of the method
Link copied to clipboard
The index of an utf8 constant in the ConstantPool that represents the qualified name of the method