GxLexer

Gx lexer for all version ANTLR grammsrs (.g, .g2, .g4).

Constructors

this
this(Input input, string path, bool includeComments, bool includeWhitespace)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

endOfLineChars
alias endOfLineChars = AliasSeq!('\n', '\r')
Undocumented in source.
whiteChars
alias whiteChars = AliasSeq!(' ', '\t', '\n', '\v', '\r', '\f')
Undocumented in source.

Functions

front
inout(Token) front()
Undocumented in source. Be warned that the author may not have intended to support it.
frontEnforce
void frontEnforce(TOK tok, Input msg)
Undocumented in source. Be warned that the author may not have intended to support it.
frontPop
Token frontPop()
Undocumented in source. Be warned that the author may not have intended to support it.
frontPopEnforce
Token frontPopEnforce(TOK tok, Input msg)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
popFrontEnforce
void popFrontEnforce(TOK tok, Input msg)
Undocumented in source. Be warned that the author may not have intended to support it.
skipOverTOK
Token skipOverTOK(TOK tok)
Undocumented in source. Be warned that the author may not have intended to support it.
skipOverToken
Token skipOverToken(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

ANTLRv4Lexer.g4

Meta