Function
NewGroupingExpressionsContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2820 | func (*GroupingExpressionsContext) IsGroupingExpressionsContext() {} |
| 2821 | |
| 2822 | func NewGroupingExpressionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GroupingExpressionsContext { |
| 2823 | var p = new(GroupingExpressionsContext) |
| 2824 | |
| 2825 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2826 | |
| 2827 | p.parser = parser |
| 2828 | p.RuleIndex = SqlBaseParserRULE_groupingExpressions |
| 2829 | |
| 2830 | return p |
| 2831 | } |
| 2832 | |
| 2833 | func (s *GroupingExpressionsContext) GetParser() antlr.Parser { return s.parser } |
| 2834 | |
Tested by
no test coverage detected