| 243 | |
| 244 | inline cASTVariableDefinition* GetVariable() { return m_var; } |
| 245 | inline cASTNode* GetValues() { return m_expr; } |
| 246 | inline cASTNode* GetCode() { return m_code; } |
| 247 | |
| 248 | void Accept(cASTVisitor& visitor); |
no outgoing calls
no test coverage detected