Package ghidra.program.model.listing
Interface LocalVariable
-
- All Known Implementing Classes:
LocalVariableDB
,LocalVariableImpl
public interface LocalVariable extends Variable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
setFirstUseOffset(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
-
-