| 599 | ~cASTObjectCall() { delete m_object; delete m_args; } |
| 600 | |
| 601 | cASTNode* GetObject() { return m_object; } |
| 602 | const cString& GetName() const { return m_name; } |
| 603 | |
| 604 | void SetArguments(cASTArgumentList* args) { delete m_args; m_args = args; } |
no outgoing calls
no test coverage detected