com.jeffpalm.basic.bytecode
Interface ICodeAttribute
- All Superinterfaces:
- IAttribute, ICodeGenerator, IDumpable
- All Known Implementing Classes:
- CodeAttribute
public interface ICodeAttribute
- extends IAttribute
Methods inherited from interface com.jeffpalm.basic.util.IDumpable |
dump |
maxStack
int maxStack()
maxLocals
int maxLocals()
codeLength
int codeLength()
code
ICode code()
exceptionTableLength
int exceptionTableLength()
exceptionTable
IExceptionTableEntry exceptionTable(int i)
attributesCount
int attributesCount()
attributes
IAttribute attributes(int i)