MutableField
A mutable version of Field
Since
0.1.0
Parameters
The constant pool index of the name of the field
The constant pool index of the type of the field
The flags of the field
The attributes of the field
See also
Constructors
Creates a MutableField with the given pool, nameConstant, typeConstant, flags and attributes
Properties
The attributes of the field This is just a getter and setter for the attributes property
Is the field abstract? This is just a getter and setter for the flags property
Is the field protected? This is just a getter and setter for the flags property
The name of the field This is just a getter and setter for the nameConstant property
The constant pool index of the name of the field
The type of the field This is just a getter and setter for the typeConstant property
The constant pool index of the type of the field