#include <Expr.H>
Inheritance diagram for ConstantEC:


Public Member Functions | |
| ConstantEC (Val lit, SrcLoc *tloc) | |
| void | PrintD (std::ostream &os) |
| Val | Eval (const Context &c) |
Public Attributes | |
| Val | val |
Definition at line 73 of file Expr.H.
| void ConstantEC::PrintD | ( | std::ostream & | os | ) | [inline, virtual] |
Implements ExprC.
Definition at line 78 of file Expr.H.
References ValC::PrintD(), and val.
Here is the call graph for this function:

Implements ExprC.
Definition at line 48 of file Expr.C.
References ValC::Copy(), and val.
Here is the call graph for this function:

1.5.1