Function
NewQueryPrimaryContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1694 | func (*QueryPrimaryContext) IsQueryPrimaryContext() {} |
| 1695 | |
| 1696 | func NewQueryPrimaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QueryPrimaryContext { |
| 1697 | var p = new(QueryPrimaryContext) |
| 1698 | |
| 1699 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 1700 | |
| 1701 | p.parser = parser |
| 1702 | p.RuleIndex = SqlBaseParserRULE_queryPrimary |
| 1703 | |
| 1704 | return p |
| 1705 | } |
| 1706 | |
| 1707 | func (s *QueryPrimaryContext) GetParser() antlr.Parser { return s.parser } |
| 1708 | |
Tested by
no test coverage detected