Class DisplayableLocalVariableAddress
java.lang.Object
ghidra.feature.vt.gui.provider.markuptable.DisplayableLocalVariableAddress
- All Implemented Interfaces:
docking.widgets.table.DisplayStringProvider
,DisplayableAddress
,Comparable<DisplayableAddress>
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ghidra.program.model.listing.Function
protected ghidra.program.model.address.Address
Fields inherited from interface ghidra.feature.vt.gui.editors.DisplayableAddress
NO_ADDRESS
-
Constructor Summary
ConstructorDescriptionDisplayableLocalVariableAddress
(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address localVariableAddress) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(DisplayableAddress otherDisplayableAddress) ghidra.program.model.address.Address
getDisplayValue
(ghidra.program.model.listing.Variable localVariable) ghidra.program.model.listing.Program
toString()
-
Field Details
-
function
protected final ghidra.program.model.listing.Function function -
localVariableAddress
protected ghidra.program.model.address.Address localVariableAddress
-
-
Constructor Details
-
DisplayableLocalVariableAddress
public DisplayableLocalVariableAddress(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address localVariableAddress)
-
-
Method Details
-
getProgram
public ghidra.program.model.listing.Program getProgram()- Specified by:
getProgram
in interfaceDisplayableAddress
-
getAddress
public ghidra.program.model.address.Address getAddress()- Specified by:
getAddress
in interfaceDisplayableAddress
-
getDisplayString
- Specified by:
getDisplayString
in interfaceDisplayableAddress
- Specified by:
getDisplayString
in interfacedocking.widgets.table.DisplayStringProvider
-
getDisplayValue
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<DisplayableAddress>
-