MutableCodeAttribute

constructor(pool: MutableConstantPool, nameConstant: Int, maxStack: Int, maxLocals: Int, code: ByteArray, exceptionTable: Array<CodeAttribute.ExceptionTableEntry>, attributes: Array<Attribute>)(source)

Create a new MutableCodeAttribute

Parameters

pool

the MutableConstantPool of the attribute

nameConstant

the name of the attribute

maxStack

the maximum size of the stack

maxLocals

the maximum size of the locals

code

the code of the method

exceptionTable

the exception table of the method

attributes

the attributes of the method