StringLiteralExpression

Undocumented in source.

Constructors

this
this(ScriptToken token)
Undocumented in source.
this
this(string s)
Undocumented in source.

Members

Functions

interpolate
var interpolate(var funcObj, PrototypeObject sc)
Undocumented in source. Be warned that the author may not have intended to support it.
interpret
InterpretResult interpret(PrototypeObject sc)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allowInterpolation
bool allowInterpolation;
Undocumented in source.
content
string content;
Undocumented in source.
token
ScriptToken token;
Undocumented in source.

Inherited Members

From Expression

interpret
InterpretResult interpret(PrototypeObject sc)
Undocumented in source.
toScriptExpressionObject
var toScriptExpressionObject(PrototypeObject sc)
Undocumented in source. Be warned that the author may not have intended to support it.
toInterpretedString
string toInterpretedString(PrototypeObject sc)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta