|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalt.jiapi.reflect.TryBlock.ExceptionHandler
public class TryBlock.ExceptionHandler
This class represents a catch(...) { ... }
block in Java
source code.
Method Summary | |
---|---|
Instruction |
getHandlerStart()
Get the instructions of this ExceptionHandler. |
java.lang.String |
getName()
Get the name of this ExceptionHandler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Instruction getHandlerStart()
catch(...) {...}
statement in Java language. End of the list is set to
end of the methods instruction list.
public java.lang.String getName()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |