Package org.codehaus.janino.util
Class ClassFile.CodeAttribute.ExceptionTableEntry
java.lang.Object
org.codehaus.janino.util.ClassFile.CodeAttribute.ExceptionTableEntry
- Enclosing class:
ClassFile.CodeAttribute
Representation of an entry in the "exception_table" of a "Code" attribute (see JVMS 4.7.3).
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExceptionTableEntry
(short startPc, short endPc, short handlerPc, short catchType) -
Method Summary
-
Field Details
-
startPc
final short startPc -
endPc
final short endPc -
handlerPc
final short handlerPc -
catchType
final short catchType
-
-
Constructor Details
-
ExceptionTableEntry
public ExceptionTableEntry(short startPc, short endPc, short handlerPc, short catchType)
-