TokenNode

Undocumented in source.

Constructors

this
this(Token head)
Undocumented in source.

Members

Functions

equals
bool equals(Node o)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show(Format fmt)
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.

Variables

head
Token head;
Undocumented in source.

Inherited Members

From Node

show
void show(Format fmt)
Undocumented in source.
equals
bool equals(Node o)
Undocumented in source.
toMatchInSource
void toMatchInSource(Output sink, GxParserByStatement parser)
Undocumented in source.

Meta