()
| 1452 | func (s *SetOperationContext) SetOperator(v antlr.Token) { s.operator = v } |
| 1453 | |
| 1454 | func (s *SetOperationContext) GetLeft() IQueryTermContext { return s.left } |
| 1455 | |
| 1456 | func (s *SetOperationContext) GetRight() IQueryTermContext { return s.right } |
| 1457 |
no outgoing calls
no test coverage detected