-
- All Implemented Interfaces:
public final class LineNumberTableEntry extends SubStructure
Describes an entry in a LineNumberTable attribute structure.
-
-
Constructor Summary
Constructors Constructor Description LineNumberTableEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetStartPc()start_pc of this line number association. final UnitsetStartPc(Integer startPc)start_pc of this line number association. final IntegergetLineNumber()Line number of this line number association. final UnitsetLineNumber(Integer lineNumber)Line number of this line number association. IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getStartPc
final Integer getStartPc()
start_pc of this line number association.
-
setStartPc
final Unit setStartPc(Integer startPc)
start_pc of this line number association.
-
getLineNumber
final Integer getLineNumber()
Line number of this line number association.
-
setLineNumber
final Unit setLineNumber(Integer lineNumber)
Line number of this line number association.
-
-
-
-