ParseStaticToken

Undocumented in source.

Members

Aliases

ParseCallback
alias ParseCallback = void delegate(string data)
Undocumented in source.

Functions

checkEnd
bool checkEnd(string data, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
checkStart
bool checkStart(string data, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isInside
bool isInside;
Undocumented in source.
start
ulong start;
Undocumented in source.
value
string value;
Undocumented in source.

Inherited Members

From ParseToken

ParseCallback
alias ParseCallback = void delegate(string data)
Undocumented in source.
isInside
bool isInside;
Undocumented in source.
start
ulong start;
Undocumented in source.
checkStart
bool checkStart(string data, ulong pos)
Undocumented in source.
checkEnd
bool checkEnd(string data, ulong pos)
Undocumented in source.
callback
ParseCallback callback;
Undocumented in source.

Meta