|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.Code.ExceptionInfo
Field Summary | |
protected int |
catchType
|
protected ConstantPool |
constantPool
|
protected int |
endPC
|
protected int |
handlerPC
|
protected int |
startPC
|
Constructor Summary | |
Code.ExceptionInfo(ConstantPool pool)
|
Method Summary | |
int |
getCatchType()
|
int |
getEndPC()
|
int |
getHandlerPC()
|
int |
getStartPC()
|
void |
read(java.io.DataInputStream dis)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ConstantPool constantPool
protected int startPC
protected int endPC
protected int handlerPC
protected int catchType
Constructor Detail |
public Code.ExceptionInfo(ConstantPool pool)
Method Detail |
public void read(java.io.DataInputStream dis) throws java.io.IOException
public int getStartPC()
public int getEndPC()
public int getHandlerPC()
public int getCatchType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |