sysModel.classFile.attributes
Class CodeAttributeInfo.ExceptionTableEntry

java.lang.Object
  extended by sysModel.classFile.attributes.CodeAttributeInfo.ExceptionTableEntry
Enclosing class:
CodeAttributeInfo

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


Field Summary
 short catchType
           
 short endPC
           
 short handlerPC
           
 short startPC
           
 
Constructor Summary
CodeAttributeInfo.ExceptionTableEntry(short startPC, short endPC, short handlerPC, short 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 short startPC

endPC

public short endPC

handlerPC

public short handlerPC

catchType

public short catchType
Constructor Detail

CodeAttributeInfo.ExceptionTableEntry

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