Function
NewKeywordContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 29382 | func (*KeywordContext) IsKeywordContext() {} |
| 29383 | |
| 29384 | func NewKeywordContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *KeywordContext { |
| 29385 | var p = new(KeywordContext) |
| 29386 | |
| 29387 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 29388 | |
| 29389 | p.parser = parser |
| 29390 | p.RuleIndex = SQLiteParserRULE_keyword |
| 29391 | |
| 29392 | return p |
| 29393 | } |
| 29394 | |
| 29395 | func (s *KeywordContext) GetParser() antlr.Parser { return s.parser } |
| 29396 | |
Tested by
no test coverage detected