StringToken

String value - get this token if symbol start with $(GREEN ")

class StringToken : Token {}

Constructors

this
this(SymbolStream stream)
Undocumented in source.

Inherited Members

From Token

Code
enum Code

Available tokens

identifier
string identifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
number
float number [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
boolean
bool boolean [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
utfStr
dstring utfStr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
code
Code code [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
indent
int indent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
symbol
char symbol [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
line
int line [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
int pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
stream
SymbolStream stream;
Undocumented in source.
p_symbol
char p_symbol;
Undocumented in source.
p_identifier
string p_identifier;
Undocumented in source.
p_number
float p_number;
Undocumented in source.
p_boolean
bool p_boolean;
Undocumented in source.
p_string
string p_string;
Undocumented in source.
p_utfstring
dstring p_utfstring;
Undocumented in source.
p_code
Code p_code;
Undocumented in source.
p_indent
int p_indent;
Undocumented in source.
p_line
int p_line;
Undocumented in source.
p_pos
int p_pos;
Undocumented in source.

Meta