#include <Expr.H>
Inheritance diagram for TypedEC:
Public Member Functions | |
TypedEC (Expr tval, Expr ttyp, SrcLoc *tloc) | |
void | PrintD (std::ostream *os) |
Val | Eval (const Context &c) |
Public Attributes | |
Expr | val |
Expr | typ |
|
|
|
Implements ExprC. Definition at line 312 of file Expr.H. References ExprC::Eval(), and val. |
|
Implements ExprC. Definition at line 770 of file Expr.C. References ExprC::PrintD(), typ, and val. |
|
Definition at line 309 of file Expr.H. Referenced by PrintD(). |
|
|