edu.rice.cs.cunit.classFile.attributes
Class CodeAttributeInfo.ExceptionTableEntry

java.lang.Object
  extended by edu.rice.cs.cunit.classFile.attributes.CodeAttributeInfo.ExceptionTableEntry
Enclosing class:
CodeAttributeInfo

public static class CodeAttributeInfo.ExceptionTableEntry
extends java.lang.Object


Field Summary
 int catchType
           
 int endPC
           
 int handlerPC
           
 int startPC
           
 
Constructor Summary
CodeAttributeInfo.ExceptionTableEntry(int startPC, int endPC, int handlerPC, int catchType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startPC

public int startPC

endPC

public int endPC

handlerPC

public int handlerPC

catchType

public int catchType
Constructor Detail

CodeAttributeInfo.ExceptionTableEntry

public CodeAttributeInfo.ExceptionTableEntry(int startPC,
                                             int endPC,
                                             int handlerPC,
                                             int catchType)