A single import element, that is,
the name of an imported program element,
optionally preceded by an alias
and/or followed by nested import elements.
Examples:
HashMap ln=log System { sysout=out }
Anything
Object
ImportElement
Node
Object
Anything
Initializer |
ImportElement() |
Attributes | |
children | shared formal [ImportAlias, Identifier, ImportElements=]|[Identifier, ImportElements=] children The child nodes of this node. Refines Node.children |
importAlias | shared formal ImportAlias? importAlias The visible name of the imported element. |
name | shared formal Identifier name The name of the imported element. |
nestedImports | shared formal ImportElements? nestedImports The nested imported elements, if present. |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |