#include <Expr.H>
Inheritance diagram for AssignEC:
Public Member Functions | |
AssignEC (Name tlhs, Expr trhs, bool tisFunc, SrcLoc *tloc) | |
void | PrintD (std::ostream *os) |
Val | Eval (const Context &c) |
Public Attributes | |
Name | lhs |
Expr | rhs |
bool | isFunc |
|
Definition at line 211 of file Expr.C. References ExprC::freeVars, NameEC::id, lhs, Intvl::Remove, and rhs. |
|
Implements ExprC. Definition at line 155 of file Expr.H. References NEW. |
|
Implements ExprC. Definition at line 216 of file Expr.C. References lhs, ExprC::PrintD(), NameEC::PrintD(), and rhs. |
|
Definition at line 153 of file Expr.H. Referenced by PickleC::PickleExpr(). |
|
Definition at line 151 of file Expr.H. Referenced by AssignEC(), BindApplicationArgs(), PickleC::PickleExpr(), and PrintD(). |
|
Definition at line 152 of file Expr.H. Referenced by AssignEC(), BindApplicationArgs(), PickleC::PickleExpr(), and PrintD(). |