Package ghidra.program.model.symbol
Interface ExternalReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalLocation
getExternalLocation()
Returns the object that represents the external location.java.lang.String
getLabel()
Returns the external label associated with this location (may be null).java.lang.String
getLibraryName()
Returns the name of the external library containing this location.-
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 Detail
-
getExternalLocation
ExternalLocation getExternalLocation()
Returns the object that represents the external location.
-
getLibraryName
java.lang.String getLibraryName()
Returns the name of the external library containing this location.
-
getLabel
java.lang.String getLabel()
Returns the external label associated with this location (may be null).
-
-