(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
| 8705 | func (*ComparisonQuantifierContext) IsComparisonQuantifierContext() {} |
| 8706 | |
| 8707 | func NewComparisonQuantifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ComparisonQuantifierContext { |
| 8708 | var p = new(ComparisonQuantifierContext) |
| 8709 | |
| 8710 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 8711 | |
| 8712 | p.parser = parser |
| 8713 | p.RuleIndex = SqlBaseParserRULE_comparisonQuantifier |
| 8714 | |
| 8715 | return p |
| 8716 | } |
| 8717 | |
| 8718 | func (s *ComparisonQuantifierContext) GetParser() antlr.Parser { return s.parser } |
| 8719 |
no outgoing calls
no test coverage detected