AssignExp

extern (C++)
class AssignExp : BinExp {
int memset;
}

Constructors

this
this(Loc loc, Expression e1, Expression e2)

Inherited Members

From BinExp

binSemantic
Expression binSemantic(Scope* sc)

Helper function for easy error propagation. If error occurs, returns ErrorExp. Otherwise returns NULL.

setNoderefOperands
void setNoderefOperands()

Mark the operands as will never be dereferenced, which is useful info for @safe checks. Do before semantic() on operands rewrites them.

Meta