-
- All Implemented Interfaces:
public final class LocalVariableEntry extends SubStructure
Contains common attributes to a local variable table entry structure.
-
-
Constructor Summary
Constructors Constructor Description LocalVariableEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetStartPc()start_pc of this local variable association. final UnitsetStartPc(Integer startPc)start_pc of this local variable association. final IntegergetTargetLength()Length in bytes of this local variable association. final UnitsetTargetLength(Integer targetLength)Length in bytes of this local variable association. final IntegergetNameIndex()Index of the constant pool entry containing the name of this local variable. final UnitsetNameIndex(Integer nameIndex)Index of the constant pool entry containing the name of this local variable. final IntegergetDescriptorOrSignatureIndex()Index of the constant pool entry containing the descriptor of this local variable. final UnitsetDescriptorOrSignatureIndex(Integer descriptorOrSignatureIndex)Index of the constant pool entry containing the descriptor of this local variable. final IntegergetIndex()Index of this local variable. final UnitsetIndex(Integer index)Index of this local variable. IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getStartPc
final Integer getStartPc()
start_pc of this local variable association.
-
setStartPc
final Unit setStartPc(Integer startPc)
start_pc of this local variable association.
-
getTargetLength
final Integer getTargetLength()
Length in bytes of this local variable association.
-
setTargetLength
final Unit setTargetLength(Integer targetLength)
Length in bytes of this local variable association.
-
getNameIndex
final Integer getNameIndex()
Index of the constant pool entry containing the name of this local variable.
-
setNameIndex
final Unit setNameIndex(Integer nameIndex)
Index of the constant pool entry containing the name of this local variable.
-
getDescriptorOrSignatureIndex
final Integer getDescriptorOrSignatureIndex()
Index of the constant pool entry containing the descriptor of this local variable.
-
setDescriptorOrSignatureIndex
final Unit setDescriptorOrSignatureIndex(Integer descriptorOrSignatureIndex)
Index of the constant pool entry containing the descriptor of this local variable.
-
-
-
-