CompoundStatementRange

Undocumented in source.

Constructors

this
this(MyTokenStreamHere t, int startingLine, string terminatingSymbol)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Expression front()
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.

Variables

got
Expression got;
Undocumented in source.
isEmpty
bool isEmpty;
Undocumented in source.
startingLine
int startingLine;
Undocumented in source.
terminatingSymbol
string terminatingSymbol;
Undocumented in source.
tokens
MyTokenStreamHere tokens;
Undocumented in source.

Meta