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

Function NewExpr_asc_descContext

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

Source from the content-addressed store, hash-verified

28324func (*Expr_asc_descContext) IsExpr_asc_descContext() {}
28325
28326func NewExpr_asc_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_asc_descContext {
28327 var p = new(Expr_asc_descContext)
28328
28329 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
28330
28331 p.parser = parser
28332 p.RuleIndex = SQLiteParserRULE_expr_asc_desc
28333
28334 return p
28335}
28336
28337func (s *Expr_asc_descContext) GetParser() antlr.Parser { return s.parser }
28338

Callers 1

Expr_asc_descMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected