|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.basic.bytecode.base.ExceptionTableEntry
public final class ExceptionTableEntry
Method Summary | |
---|---|
java.lang.String |
catchType()
|
void |
dump(IAppendable out)
|
int |
endPC()
|
void |
gen(ICodeStream code)
|
int |
handlerPC()
|
IConstantPool |
pool()
|
int |
startPC()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IConstantPool pool()
public java.lang.String catchType()
catchType
in interface IExceptionTableEntry
public int startPC()
startPC
in interface IExceptionTableEntry
public int endPC()
endPC
in interface IExceptionTableEntry
public int handlerPC()
handlerPC
in interface IExceptionTableEntry
public void gen(ICodeStream code) throws java.io.IOException
gen
in interface ICodeGenerator
java.io.IOException
public void dump(IAppendable out)
dump
in interface IDumpable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |