Import

Import of modules.

Constructors

this
this(Token head, DynamicArray!(Input) moduleNames)
Undocumented in source.

Members

Functions

show
void show(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

moduleNames
DynamicArray!(Input) moduleNames;
Undocumented in source.

Inherited Members

From TokenNode

show
void show(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(Node o)
Undocumented in source. Be warned that the author may not have intended to support it.
toMatchInSource
void toMatchInSource(Output sink, GxParserByStatement parser)
Undocumented in source. Be warned that the author may not have intended to support it.
head
Token head;
Undocumented in source.

Meta