Function
NewExpr_asc_descContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 28324 | func (*Expr_asc_descContext) IsExpr_asc_descContext() {} |
| 28325 | |
| 28326 | func 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 | |
| 28337 | func (s *Expr_asc_descContext) GetParser() antlr.Parser { return s.parser } |
| 28338 | |
Tested by
no test coverage detected