MCPcopy Index your code
hub / github.com/uber/aresdb / NewNonReservedContext

Function NewNonReservedContext

query/sql/antlrgen/sqlbase_parser.go:10900–10909  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

10898func (*NonReservedContext) IsNonReservedContext() {}
10899
10900func NewNonReservedContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NonReservedContext {
10901 var p = new(NonReservedContext)
10902
10903 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
10904
10905 p.parser = parser
10906 p.RuleIndex = SqlBaseParserRULE_nonReserved
10907
10908 return p
10909}
10910
10911func (s *NonReservedContext) GetParser() antlr.Parser { return s.parser }
10912

Callers 1

NonReservedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected