LexerGrammar

Lexer grammar named name.

@safe @safe final
class LexerGrammar : TokenNode {}

Constructors

this
this(Token head, Input name)
Undocumented in source.

Members

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