#include <Expr.H>
Inheritance diagram for PairEC:
Public Member Functions | |
PairEC (Expr tfirst, Expr tsecond, SrcLoc *tloc) | |
void | PrintD (std::ostream *os) |
Val | Eval (const Context &c) |
Public Attributes | |
Expr | first |
Expr | second |
|
Definition at line 390 of file Expr.C. References AddVars(), first, ExprC::freeVars, and second. |
|
Implements ExprC. Definition at line 249 of file Expr.H. References NEW. |
|
Implements ExprC. Definition at line 395 of file Expr.C. References first, ExprC::PrintD(), and second. |
|
Definition at line 247 of file Expr.H. Referenced by IterateAssoc(), PairEC(), PickleC::PickleExpr(), and PrintD(). |
|
Definition at line 247 of file Expr.H. Referenced by IterateAssoc(), PairEC(), PickleC::PickleExpr(), and PrintD(). |