-
- All Implemented Interfaces:
public final class ExceptionTableEntry extends SubStructure
Describes an exception table entry in a Code attribute structure.
-
-
Constructor Summary
Constructors Constructor Description ExceptionTableEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetStartPc()start_pc of this exception table entry. final UnitsetStartPc(Integer startPc)start_pc of this exception table entry. final IntegergetEndPc()end_pc of this exception table entry. final UnitsetEndPc(Integer endPc)end_pc of this exception table entry. final IntegergetHandlerPc()handler_pc of this exception table entry. final UnitsetHandlerPc(Integer handlerPc)handler_pc of this exception table entry. final IntegergetCatchType()Constant pool index for the catch type of this exception table entry. final UnitsetCatchType(Integer catchType)Constant pool index for the catch type of this exception table entry. IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getStartPc
final Integer getStartPc()
start_pc of this exception table entry.
-
setStartPc
final Unit setStartPc(Integer startPc)
start_pc of this exception table entry.
-
getHandlerPc
final Integer getHandlerPc()
handler_pc of this exception table entry.
-
setHandlerPc
final Unit setHandlerPc(Integer handlerPc)
handler_pc of this exception table entry.
-
getCatchType
final Integer getCatchType()
Constant pool index for the catch type of this exception table entry.
-
setCatchType
final Unit setCatchType(Integer catchType)
Constant pool index for the catch type of this exception table entry.
-
-
-
-