Function
NewQueryNoWithContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1159 | func (*QueryNoWithContext) IsQueryNoWithContext() {} |
| 1160 | |
| 1161 | func NewQueryNoWithContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QueryNoWithContext { |
| 1162 | var p = new(QueryNoWithContext) |
| 1163 | |
| 1164 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 1165 | |
| 1166 | p.parser = parser |
| 1167 | p.RuleIndex = SqlBaseParserRULE_queryNoWith |
| 1168 | |
| 1169 | return p |
| 1170 | } |
| 1171 | |
| 1172 | func (s *QueryNoWithContext) GetParser() antlr.Parser { return s.parser } |
| 1173 | |
Tested by
no test coverage detected