|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.ExceptionRange
ExceptionRange represents a range an exception handler within a method in class file.
Constructor Summary | |
ExceptionRange(InsnTarget startPC,
InsnTarget endPC,
InsnTarget handlerPC,
ConstClass catchType)
constructor |
Method Summary | |
ConstClass |
catchType()
return the exception specification a null return value means a catch of any (try/finally) |
InsnTarget |
endPC()
return the end of the exception hander (exclusive) |
InsnTarget |
handlerPC()
return the exception handler code |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
InsnTarget |
startPC()
return the start of the exception hander (inclusive) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionRange(InsnTarget startPC, InsnTarget endPC, InsnTarget handlerPC, ConstClass catchType)
Method Detail |
public InsnTarget startPC()
public InsnTarget endPC()
public InsnTarget handlerPC()
public ConstClass catchType()
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |