Class LocalVariableDB

java.lang.Object
ghidra.program.database.function.VariableDB
ghidra.program.database.function.LocalVariableDB
All Implemented Interfaces:
LocalVariable, Variable, Comparable<Variable>

public class LocalVariableDB extends VariableDB implements LocalVariable
  • Method Details

    • getFirstUseOffset

      public int getFirstUseOffset()
      Specified by:
      getFirstUseOffset in interface Variable
      Returns:
      the first use offset relative to the function entry point.
    • setFirstUseOffset

      public boolean setFirstUseOffset(int firstUseOffset)
      Description copied from interface: LocalVariable
      Set the first use offset.
      Specified by:
      setFirstUseOffset in interface LocalVariable
      Returns:
      true if successful, else false