| 416 | inline ASToken_t GetOperator() { return m_op; } |
| 417 | inline void SetLeft(cASTNode* left) { m_left = left; } |
| 418 | inline cASTNode* GetLeft() { return m_left; } |
| 419 | inline void SetRight(cASTNode* right) { m_right = right; } |
| 420 | inline cASTNode* GetRight() { return m_right; } |
| 421 |
no outgoing calls
no test coverage detected