DotVarExpression

Undocumented in source.

Constructors

this
this(Expression e1)
Undocumented in source.
this
this(Expression e1, VariableExpression e2, bool recurse)
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.
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

e1
Expression e1;
Undocumented in source.
e2
VariableExpression e2;
Undocumented in source.
recurse
bool recurse;
Undocumented in source.

Inherited Members

From VariableExpression

identifier
string identifier;
Undocumented in source.
toString
string toString()
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.
getVar
var getVar(PrototypeObject sc, bool recurse)
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.
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.

Meta