An import alias, that is, an identifier followed by an “equals” character.
(Not to be confused with an alias declaration (TypeAliasDefinition
) like alias TypeName => UIdentifier;
.)
Examples:
JString= sysout=
Anything
Object
ImportAlias
Node
Object
Anything
Initializer |
ImportAlias() |
Attributes | |
children | shared formal [Identifier] children The child nodes of this node. Refines Node.children |
name | shared formal Identifier name The visible name of the imported element. (This would probably be called |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |