com.gomjabbar.classes.bytecode
Class MethodInfo.ExceptionInfo

java.lang.Object
  |
  +--com.gomjabbar.classes.bytecode.MethodInfo.ExceptionInfo
Enclosing class:
MethodInfo

public static class MethodInfo.ExceptionInfo
extends java.lang.Object


Constructor Summary
MethodInfo.ExceptionInfo(AttributeInfo ai)
           
MethodInfo.ExceptionInfo(PseudoClassFile pcf, byte[][] classes_indexes)
           
 
Method Summary
static AttributeInfo createExceptionsAttribute(PseudoClassFile pcf, byte[] type_index, byte[][] class_indexes)
           
 int getExceptionsCount()
           
 java.lang.String getName(int index)
           
 java.lang.String[] getNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo.ExceptionInfo

public MethodInfo.ExceptionInfo(AttributeInfo ai)

MethodInfo.ExceptionInfo

public MethodInfo.ExceptionInfo(PseudoClassFile pcf,
                                byte[][] classes_indexes)
Method Detail

getExceptionsCount

public int getExceptionsCount()

getName

public java.lang.String getName(int index)

getNames

public java.lang.String[] getNames()

createExceptionsAttribute

public static AttributeInfo createExceptionsAttribute(PseudoClassFile pcf,
                                                      byte[] type_index,
                                                      byte[][] class_indexes)