Package ghidra.program.model.listing
Interface Library
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNKNOWN
-
Fields inherited from interface ghidra.program.model.symbol.Namespace
DELIMITER, GLOBAL_NAMESPACE_ID, NAMESPACE_DELIMITER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAssociatedProgramPath()
-
Methods inherited from interface ghidra.program.model.symbol.Namespace
getBody, getID, getName, getName, getParentNamespace, getSymbol, isExternal, isGlobal, setParentNamespace
-
-
-
-
Field Detail
-
UNKNOWN
static final java.lang.String UNKNOWN
- See Also:
- Constant Field Values
-
-