Class AddressLabelPair
java.lang.Object
ghidra.program.model.symbol.AddressLabelPair
- All Implemented Interfaces:
Serializable
Container for holding an address and label.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddressLabelPair(Address addr, String label) Creates a newAddressLabelPair. -
Method Summary
-
Constructor Details
-
AddressLabelPair
-
-
Method Details
-
getAddress
Returns the address. -
getLabel
Returns the label. -
equals
-