#include <Expr.H>
Inheritance diagram for ListEC:
Public Member Functions | |
ListEC (int size, SrcLoc *tloc) | |
void | PrintD (std::ostream *os) |
Val | Eval (const Context &c) |
void | AddExpr (Expr telem) |
Public Attributes | |
Exprs | elems |
|
|
|
Definition at line 205 of file Expr.C. References Sequence< Elem, elem_ptrfree >::addhi(), AddVars(), elems, and ExprC::freeVars. Referenced by ListCons(), and PickleC::UnpickleExpr(). |
|
Implements ExprC. Definition at line 194 of file Expr.C. References ListT< Value >::Append1D(), elems, Sequence< Elem, elem_ptrfree >::get(), NEW_CONSTR, and Sequence< Elem, elem_ptrfree >::size(). |
|
Implements ExprC. Definition at line 180 of file Expr.C. References elems, Sequence< Elem, elem_ptrfree >::get(), and Sequence< Elem, elem_ptrfree >::size(). |
|
|