Function
NewGroupingElementContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2702 | func (*GroupingElementContext) IsGroupingElementContext() {} |
| 2703 | |
| 2704 | func NewGroupingElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GroupingElementContext { |
| 2705 | var p = new(GroupingElementContext) |
| 2706 | |
| 2707 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2708 | |
| 2709 | p.parser = parser |
| 2710 | p.RuleIndex = SqlBaseParserRULE_groupingElement |
| 2711 | |
| 2712 | return p |
| 2713 | } |
| 2714 | |
| 2715 | func (s *GroupingElementContext) GetParser() antlr.Parser { return s.parser } |
| 2716 | |
Tested by
no test coverage detected