DelegateExpression

Delegate from a function + contextes.

Constructors

this
this(Location location, Expression[] contexts, Function method)
Undocumented in source.

Members

Functions

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

contexts
Expression[] contexts;
Undocumented in source.
method
Function method;
Undocumented in source.

Inherited Members

From Expression

type
Type type;
Undocumented in source.
isLvalue
bool isLvalue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta