(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5695 | } |
| 5696 | |
| 5697 | func NewBetweenContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BetweenContext { |
| 5698 | var p = new(BetweenContext) |
| 5699 | |
| 5700 | p.PredicateContext = NewEmptyPredicateContext() |
| 5701 | p.parser = parser |
| 5702 | p.CopyFrom(ctx.(*PredicateContext)) |
| 5703 | |
| 5704 | return p |
| 5705 | } |
| 5706 | |
| 5707 | func (s *BetweenContext) GetLower() IValueExpressionContext { return s.lower } |
| 5708 |
no test coverage detected