Package ghidra.program.model.listing
Interface Library
- All Superinterfaces:
Namespace
Interface for a Library namespace.
-
Field Summary
Fields inherited from interface ghidra.program.model.symbol.Namespace
DELIMITER, GLOBAL_NAMESPACE_ID, NAMESPACE_DELIMITER
-
Method Summary
Methods inherited from interface ghidra.program.model.symbol.Namespace
getBody, getID, getName, getName, getParentNamespace, getPathList, getSymbol, isExternal, isGlobal, isLibrary, setParentNamespace
-
Field Details
-
UNKNOWN
- See Also:
-
-
Method Details
-
getAssociatedProgramPath
String getAssociatedProgramPath()- Returns:
- the associated program within the project which corresponds to this library
-