Parser.Context

Undocumented in source.

Members

Functions

opDollar
auto opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
location
Location location [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
ParseNode[] children;
Undocumented in source.
isFinal
bool isFinal;
Undocumented in source.
parser
Parser parser;
Undocumented in source.
result
ParseNode result;
Undocumented in source.
userInfo
Object userInfo;
Undocumented in source.

Meta