Interface Library
- All Superinterfaces:
Namespace
Interface for a Library namespace.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Namespace
Namespace.Type -
Field Summary
FieldsFields inherited from interface Namespace
DELIMITER, GLOBAL_NAMESPACE_ID, NAMESPACE_DELIMITER -
Method Summary
Modifier and TypeMethodDescriptionstatic LibrarygetContainingLibrary(Symbol symbol) Get the Library which contains the specified external symbol.default Namespace.TypegetType()Returns the type of namespace, e.g., Library, Class, Namespace, Function.Methods inherited from interface Namespace
getBody, getID, getName, getName, getParentNamespace, getPathList, getSymbol, isExternal, isGlobal, isLibrary, setParentNamespace
-
Field Details
-
UNKNOWN
- See Also:
-
-
Method Details