com.jeffpalm.basic.bytecode
Interface ICodeAttribute

All Superinterfaces:
IAttribute, ICodeGenerator, IDumpable
All Known Implementing Classes:
CodeAttribute

public interface ICodeAttribute
extends IAttribute


Method Summary
 IAttribute attributes(int i)
           
 int attributesCount()
           
 ICode code()
           
 int codeLength()
           
 IExceptionTableEntry exceptionTable(int i)
           
 int exceptionTableLength()
           
 int maxLocals()
           
 int maxStack()
           
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IAttribute
length, name, pool
 
Methods inherited from interface com.jeffpalm.basic.util.IDumpable
dump
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Method Detail

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)