TokenizedDirectiveRange

Undocumented in source.

Constructors

this
this(Token[] tokens, string source)
Undocumented in source.

Members

Functions

popFront
void popFront()
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.
front
Token[] front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

result
Token[] result;
Undocumented in source.
source
string source;
Undocumented in source.
tokens
Token[] tokens;
Undocumented in source.

Meta