Expression

Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

functionName
string functionName [@property getter]
Undocumented in source.

Static functions

createFunctionCall
Expression createFunctionCall(string source, string name, Expression[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
createString
Expression createString(string source, string processedString)
Undocumented in source. Be warned that the author may not have intended to support it.
createSymbol
Expression createSymbol(string source)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

source
string source;
Undocumented in source.
type
ExpressionType type;
Undocumented in source.

Meta