|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasm.attributes.Code.Handler
public static class Code.Handler
The exception handler class is used to store the necessary information about where control-flow is directed when an exception is raised.
Field Summary | |
---|---|
int |
end
One past the last index covered by the handler. |
JvmType.Clazz |
exception
|
java.lang.String |
label
|
int |
start
The start index of bytecodes covered by the handler. |
Constructor Summary | |
---|---|
Code.Handler(int start,
int end,
java.lang.String label,
JvmType.Clazz exception)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int start
public int end
public java.lang.String label
public JvmType.Clazz exception
Constructor Detail |
---|
public Code.Handler(int start, int end, java.lang.String label, JvmType.Clazz exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |