| 695 | inline bool IsLastWild() const { return m_last_wild; } |
| 696 | |
| 697 | inline void SetLastNamed() { m_last_wild = true; m_last_named = true; } |
| 698 | inline void SetLastWild() { m_last_wild = true; m_last_named = false; } |
| 699 | |
| 700 | cASTNode* GetExpression() const { return m_expr; } |