MutableField
constructor(pool: MutableConstantPool, nameConstant: Int, typeConstant: Int, flags: Short, attributes: MutableList<Attribute>)(source)
Creates a MutableField with the given pool, nameConstant, typeConstant, flags and attributes
Parameters
pool
nameConstant
The constant pool index of the name of the field
typeConstant
The constant pool index of the type of the field
flags
The flags of the field
attributes
The attributes of the field