#include <relPrintExpr.h>
Inheritance diagram for relPrintExprNodesPerVarId:


Definition at line 231 of file relPrintExpr.h.
Public Member Functions | |
| relPrintExprNodesPerVarId (relExpression *pExpr) | |
| ~relPrintExprNodesPerVarId () | |
| virtual void | interpret (bddSymTab *pSymTab, ostream *pOut) |
Private Attributes | |
| relExpression * | mExpr |
| relPrintExprNodesPerVarId::relPrintExprNodesPerVarId | ( | relExpression * | pExpr | ) | [inline] |
Definition at line 237 of file relPrintExpr.h.
| relPrintExprNodesPerVarId::~relPrintExprNodesPerVarId | ( | ) | [inline] |
| virtual void relPrintExprNodesPerVarId::interpret | ( | bddSymTab * | pSymTab, | |
| ostream * | pOut | |||
| ) | [inline, virtual] |
Implements relPrintExpr.
Definition at line 247 of file relPrintExpr.h.
References relExpression::collectFreeAttrs(), gAttributePrefix, relExpression::interpret(), mExpr, bddRelation::printNodesPerVarId(), and bddSymTab::removeUserAttributes().
Here is the call graph for this function:

relExpression* relPrintExprNodesPerVarId::mExpr [private] |
Definition at line 234 of file relPrintExpr.h.
Referenced by interpret(), and ~relPrintExprNodesPerVarId().
1.5.1