ArgExprElem Class ReferenceAn ArgExprElem points to an ArgNumberExpr for a formal reference.
More...
Inheritance diagram for ArgExprElem:
[legend]List of all members.
Detailed Description
An ArgExprElem points to an ArgNumberExpr for a formal reference.
It also contains the type of evaluation for this reference.
If an ArgExprElem is marked LAZY, it means that this formal reference need not be evaluated.
If an ArgExprElem is marked STRICT, it means that this formal reference must be evaluated.
Definition at line 45 of file lambda_util.cc.
Constructor & Destructor Documentation
| ArgExprElem::ArgExprElem |
( |
|
) |
|
|
Member Function Documentation
| void ArgExprElem::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Listable * ArgExprElem::listable_clone |
( |
|
) |
const [virtual] |
|
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const ArgExprElem & |
h |
|
) |
[friend] |
|
The documentation for this class was generated from the following file:
|