Grammar

Grammar named name.

Constructors

this
this(Token head, Input name)
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.

Variables

name
Input name;
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