Package ghidra.program.model.listing
Interface LocalVariable NEW
-
- All Known Implementing Classes:
LocalVariableDB,LocalVariableImpl
public interface LocalVariable extends Variable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Change Modifier and Type Method Description booleansetFirstUseOffset(int firstUseOffset)Set the first use offset.-
Methods inherited from interface ghidra.program.model.listing.Variable
getComment, getDataType, getFirstStorageVarnode, getFirstUseOffset, getFunction, getLastStorageVarnode, getLength, getMinAddress, getName, getProgram, getRegister, getRegisters, getSource, getStackOffset, getSymbol, getVariableStorage, hasAssignedStorage, hasStackStorage, isCompoundVariable, isEquivalent, isMemoryVariable, isRegisterVariable, isStackVariable, isUniqueVariable, isValid, setComment, setDataType, setDataType, setDataType, setName
-
-