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


Constructor Summary
protected CodeInfo.ExceptionInfo(byte[] b, long[] start)
           
  CodeInfo.ExceptionInfo(int start_pc, int end_pc, int handler_pc, byte[] catch_type)
           
 
Method Summary
 byte[] get_catch_type()
           
 int get_end_pc()
           
 int get_handler_pc()
           
 int get_start_pc()
           
 byte[] toBytes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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