(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5766 | } |
| 5767 | |
| 5768 | func NewQuantifiedComparisonContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *QuantifiedComparisonContext { |
| 5769 | var p = new(QuantifiedComparisonContext) |
| 5770 | |
| 5771 | p.PredicateContext = NewEmptyPredicateContext() |
| 5772 | p.parser = parser |
| 5773 | p.CopyFrom(ctx.(*PredicateContext)) |
| 5774 | |
| 5775 | return p |
| 5776 | } |
| 5777 | |
| 5778 | func (s *QuantifiedComparisonContext) GetRuleContext() antlr.RuleContext { |
| 5779 | return s |
no test coverage detected