Class NormalImportStatement
java.lang.Object
tripleo.elijah_durable_congenial.lang.imports._BaseImportStatement
tripleo.elijah_durable_congenial.lang.imports.NormalImportStatement
- All Implemented Interfaces:
ClassItem,ImportStatement,ModuleItem,OS_Element,OS_NamedElement,StatementItem,GModuleItem
Created 8/7/20 2:10 AM
-
Field Summary
Fields inherited from class tripleo.elijah_durable_congenial.lang.imports._BaseImportStatement
_access -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNormalPart(@NotNull Qualident aQualident) @NotNull Contextname()The name of the elementparts()voidvoidsetContext(ImportContext ctx) Methods inherited from class tripleo.elijah_durable_congenial.lang.imports._BaseImportStatement
getAccess, getCategory, getEnName, setAccess, setAccess, setCategoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.ImportStatement
visitGenMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Constructor Details
-
NormalImportStatement
-
-
Method Details
-
addNormalPart
-
getContext
-
getParent
-
serializeTo
-
myContext
-
name
Description copied from interface:OS_NamedElementThe name of the element
Returns an
OS_ElementName, that has #asString()TODO Should this be a
IdentExpression?- Returns:
- an
OS_ElementName
-
parts
-
setContext
-