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


Public Member Functions | |
| IterateEC (Expr tcontrol, Expr te, StmtListEC *tbody, SrcLoc *tloc) | |
| void | PrintD (std::ostream &os) |
| Val | Eval (const Context &c) |
Public Attributes | |
| Expr | control |
| Expr | e |
| StmtListEC * | body |
Definition at line 289 of file Expr.H.
| IterateEC::IterateEC | ( | Expr | tcontrol, | |
| Expr | te, | |||
| StmtListEC * | tbody, | |||
| SrcLoc * | tloc | |||
| ) |
| void IterateEC::PrintD | ( | std::ostream & | os | ) | [virtual] |
Implements ExprC.
Implements ExprC.
Definition at line 295 of file Expr.H.
References NEW.
Referenced by AddStmtAssocs().
Here is the caller graph for this function:

Definition at line 292 of file Expr.H.
Referenced by IterateAssoc(), IterateEC(), and PickleC::PickleExpr().
Definition at line 292 of file Expr.H.
Referenced by IterateAssoc(), IterateEC(), and PickleC::PickleExpr().
Definition at line 293 of file Expr.H.
Referenced by IterateAssoc(), IterateEC(), and PickleC::PickleExpr().
1.5.1