TokenStream

Undocumented in source.

Constructors

this
this(TextStream ts, string fn)
Undocumented in source.

Members

Functions

advance
void advance(ptrdiff_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
advanceSkips
void advanceSkips()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ScriptToken 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.
pushFront
void pushFront(ScriptToken f)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lineNumber
int lineNumber;
Undocumented in source.
next
ScriptToken next;
Undocumented in source.
peek
ScriptToken peek;
Undocumented in source.
peeked
bool peeked;
Undocumented in source.
scriptFilename
string scriptFilename;
Undocumented in source.
skipNext
int skipNext;
Undocumented in source.
text
string text;
Undocumented in source.
textStream
TextStream textStream;
Undocumented in source.

Meta