Function
NewQuerySpecificationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2224 | func (*QuerySpecificationContext) IsQuerySpecificationContext() {} |
| 2225 | |
| 2226 | func NewQuerySpecificationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QuerySpecificationContext { |
| 2227 | var p = new(QuerySpecificationContext) |
| 2228 | |
| 2229 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2230 | |
| 2231 | p.parser = parser |
| 2232 | p.RuleIndex = SqlBaseParserRULE_querySpecification |
| 2233 | |
| 2234 | return p |
| 2235 | } |
| 2236 | |
| 2237 | func (s *QuerySpecificationContext) GetParser() antlr.Parser { return s.parser } |
| 2238 | |
Tested by
no test coverage detected