MutableClass
constructor(pool: MutableConstantPool, nameConstant: Int, superNameConstant: Int, flags: Short, interfacesConstants: MutableList<Int>, fields: MutableList<MutableField>, methods: MutableList<MutableMethod>, subClasses: MutableList<MutableClass>, attributes: MutableList<MutableAttribute>)(source)
Creates a MutableClass with the given pool, nameConstant, superNameConstant, flags, interfacesConstants, subClasses, methods, fields and attributes
Parameters
pool
The MutableConstantPool of the class
nameConstant
The constant of the name of the class
superNameConstant
The constant of the super name of the class
flags
The flags of the class
interfacesConstants
The constants of the interfaces of the class
subClasses
The subclasses of the class
methods
The methods of the class
fields
The fields of the class
attributes
The attributes of the class