Class QualifiedImportStatement
java.lang.Object
tripleo.elijah_durable_congenial.lang.imports._BaseImportStatement
tripleo.elijah_durable_congenial.lang.imports.QualifiedImportStatement
- All Implemented Interfaces:
ClassItem,ImportStatement,ModuleItem,OS_Element,OS_NamedElement,StatementItem,GModuleItem
Created 8/7/20 2:09 AM
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class tripleo.elijah_durable_congenial.lang.imports._BaseImportStatement
_access -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSelectivePart(Qualident aQualident, IdentList il) name()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
-
QualifiedImportStatement
-
-
Method Details
-
addPart
-
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
-
addSelectivePart
-
getContext
-
getParent
-
serializeTo
-
setContext
-
parts
-