Package 

Class LocalVarTarget

  • All Implemented Interfaces:

    
    public final class LocalVarTarget
    extends SubStructure
                        

    Local variable target for the LocalVarTargetInfo structure.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalVarTarget()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getStartPc() start_pc of this local variable target.
      final Unit setStartPc(Integer startPc) start_pc of this local variable target.
      final Integer getTargetLength() Length in bytes of this local variable target.
      final Unit setTargetLength(Integer targetLength) Length in bytes of this local variable target.
      final Integer getIndex() Index of this local variable target.
      final Unit setIndex(Integer index) Index of this local variable target.
      Integer getLength() The length of the structure in bytes.
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait