Class DisplayableParameterAddress
java.lang.Object
ghidra.feature.vt.gui.provider.markuptable.DisplayableParameterAddress
- All Implemented Interfaces:
docking.widgets.table.DisplayStringProvider
,DisplayableAddress
,Comparable<DisplayableAddress>
- Direct Known Subclasses:
EditableParameterAddress
-
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
ConstructorDescriptionDisplayableParameterAddress
(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address parameterAddress) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(DisplayableAddress otherDisplayableAddress) ghidra.program.model.address.Address
getDisplayValue
(ghidra.program.model.listing.Parameter parameter) ghidra.program.model.listing.Program
toString()
-
Field Details
-
function
protected final ghidra.program.model.listing.Function function -
parameterAddress
protected ghidra.program.model.address.Address parameterAddress
-
-
Constructor Details
-
DisplayableParameterAddress
public DisplayableParameterAddress(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address parameterAddress)
-
-
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>
-