| 144 | inline const cString& GetVariable() { return m_var; } |
| 145 | |
| 146 | inline void SetExpression(cASTNode* expr) { delete m_expr; m_expr = expr; } |
| 147 | inline cASTNode* GetExpression() { return m_expr; } |
| 148 | |
| 149 | inline int GetVarID() const { return m_id; } |
no outgoing calls
no test coverage detected