CodeAttribute
Attribute implementation for the code attribute This attribute contains the code of a method
Since
0.1.0
Parameters
the ConstantPool of the attribute
the name of the attribute
the maximum size of the stack
the maximum size of the locals
the code of the method
the exception table of the method
the attributes of the method
See also
Inheritors
Constructors
Creates a CodeAttribute with the given pool, nameConstant, maxStack, maxLocals, code, exceptionTable and attributes
Properties
The attributes of the method
The exception table of the method
The name of the attribute
The ConstantPool of the attribute
The value of the attribute (Automatically generated from the maxStack, maxLocals, code, exceptionTable and attributes)
Functions
Dump the attribute to a ByteArray
Dump the attribute to a DataOutputStream
Get the hashCode of this CodeAttribute
Get the hash code of this Attribute