Package ghidra.program.model.symbol
Interface ExternalReference
- All Superinterfaces:
Comparable<Reference>
,Reference
Interface for references to external locations.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object that represents the external location.getLabel()
Returns the external label associated with this location (may be null).Returns the name of the external library containing this location.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface ghidra.program.model.symbol.Reference
getFromAddress, getOperandIndex, getReferenceType, getSource, getSymbolID, getToAddress, isEntryPointReference, isExternalReference, isMemoryReference, isMnemonicReference, isOffsetReference, isOperandReference, isPrimary, isRegisterReference, isShiftedReference, isStackReference
-
Method Details
-
getExternalLocation
ExternalLocation getExternalLocation()Returns the object that represents the external location. -
getLibraryName
String getLibraryName()Returns the name of the external library containing this location. -
getLabel
String getLabel()Returns the external label associated with this location (may be null).
-