VariableExpression

Undocumented in source.

Constructors

this
this(string identifier)
Undocumented in source.

Members

Functions

getVar
var getVar(PrototypeObject sc, bool recurse)
Undocumented in source. Be warned that the author may not have intended to support it.
getVarFrom
var getVarFrom(PrototypeObject sc, var v)
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.
setVar
var setVar(PrototypeObject sc, var t, bool recurse, bool suppressOverloading)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

identifier
string identifier;
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