MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / NewKeywordContext

Function NewKeywordContext

internal/engine/sqlite/parser/sqlite_parser.go:29384–29393  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

29382func (*KeywordContext) IsKeywordContext() {}
29383
29384func 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
29395func (s *KeywordContext) GetParser() antlr.Parser { return s.parser }
29396

Callers 1

KeywordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected