#include <Expr.H>
Inheritance diagram for ApplyUnOpEC:
Public Member Functions | |
ApplyUnOpEC (const Text &top, Expr te, SrcLoc *tloc) | |
void | PrintD (std::ostream *os) |
Val | Eval (const Context &c) |
Public Attributes | |
Atom | op |
Expr | e |
|
|
|
Implements ExprC. Definition at line 368 of file Expr.C. References e, LookupUnOp(), recordCallStack, and ThreadDataGet(). |
|
Implements ExprC. Definition at line 383 of file Expr.C. References e, op, and ExprC::PrintD(). |
|
Definition at line 200 of file Expr.H. Referenced by Eval(), PickleC::PickleExpr(), and PrintD(). |
|
Definition at line 198 of file Expr.H. Referenced by PickleC::PickleExpr(), and PrintD(). |