ConstructExp

Constructors

this
this(Loc loc, Expression e1, Expression e2)
Undocumented in source.
this
this(Loc loc, VarDeclaration v, Expression e2)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AssignExp

memset
MemorySet memset;
Undocumented in source.
isLvalue
bool isLvalue()
Undocumented in source. Be warned that the author may not have intended to support it.
toLvalue
Expression toLvalue(Scope* sc, Expression ex)
Undocumented in source. Be warned that the author may not have intended to support it.
toBoolean
Expression toBoolean(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta