Field

constructor(pool: ConstantPool, nameConstant: Int, typeConstant: Int, flags: Short, attributes: List<Attribute>)(source)

Creates a Field 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