Class ClassFile.CodeAttribute.ExceptionTableEntry

java.lang.Object
org.codehaus.janino.util.ClassFile.CodeAttribute.ExceptionTableEntry
Enclosing class:
ClassFile.CodeAttribute

public static class ClassFile.CodeAttribute.ExceptionTableEntry extends Object
Representation of an entry in the "exception_table" of a "Code" attribute (see JVMS 4.7.3).
  • 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)