com.gomjabbar.classes.bytecode
Class CodeInfo.ExceptionInfo
java.lang.Object
|
+--com.gomjabbar.classes.bytecode.CodeInfo.ExceptionInfo
- Enclosing class:
- CodeInfo
- public static class CodeInfo.ExceptionInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CodeInfo.ExceptionInfo
protected CodeInfo.ExceptionInfo(byte[] b,
long[] start)
CodeInfo.ExceptionInfo
public CodeInfo.ExceptionInfo(int start_pc,
int end_pc,
int handler_pc,
byte[] catch_type)
toBytes
public byte[] toBytes()
get_start_pc
public int get_start_pc()
get_end_pc
public int get_end_pc()
get_handler_pc
public int get_handler_pc()
get_catch_type
public byte[] get_catch_type()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object