-
- All Implemented Interfaces:
public final class LocalVarTarget extends SubStructure
Local variable target for the LocalVarTargetInfo structure.
-
-
Constructor Summary
Constructors Constructor Description LocalVarTarget()
-
Method Summary
Modifier and Type Method Description final IntegergetStartPc()start_pc of this local variable target. final UnitsetStartPc(Integer startPc)start_pc of this local variable target. final IntegergetTargetLength()Length in bytes of this local variable target. final UnitsetTargetLength(Integer targetLength)Length in bytes of this local variable target. final IntegergetIndex()Index of this local variable target. final UnitsetIndex(Integer index)Index of this local variable target. IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getStartPc
final Integer getStartPc()
start_pc of this local variable target.
-
setStartPc
final Unit setStartPc(Integer startPc)
start_pc of this local variable target.
-
getTargetLength
final Integer getTargetLength()
Length in bytes of this local variable target.
-
setTargetLength
final Unit setTargetLength(Integer targetLength)
Length in bytes of this local variable target.
-
-
-
-