#include <relStatement.h>
Inheritance diagram for relStmtAssignStr:


Definition at line 248 of file relStatement.h.
Public Member Functions | |
| relStmtAssignStr (string *pVar, relStrExpr *pExpr) | |
| ~relStmtAssignStr () | |
| virtual void | interpret (bddSymTab *pSymTab) |
Private Attributes | |
| string * | mVar |
| relStrExpr * | mExpr |
| relStmtAssignStr::relStmtAssignStr | ( | string * | pVar, | |
| relStrExpr * | pExpr | |||
| ) | [inline] |
Definition at line 255 of file relStatement.h.
| relStmtAssignStr::~relStmtAssignStr | ( | ) | [inline] |
| virtual void relStmtAssignStr::interpret | ( | bddSymTab * | pSymTab | ) | [inline, virtual] |
Implements relStatement.
Definition at line 268 of file relStatement.h.
References gAttributePrefix, gVariables, relStrExpr::interpret(), mExpr, mVar, and bddSymTab::removeUserAttributes().
Here is the call graph for this function:

string* relStmtAssignStr::mVar [private] |
relStrExpr* relStmtAssignStr::mExpr [private] |
1.5.1