Function
NewOrder_by_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 25479 | func (*Order_by_stmtContext) IsOrder_by_stmtContext() {} |
| 25480 | |
| 25481 | func NewOrder_by_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_stmtContext { |
| 25482 | var p = new(Order_by_stmtContext) |
| 25483 | |
| 25484 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 25485 | |
| 25486 | p.parser = parser |
| 25487 | p.RuleIndex = SQLiteParserRULE_order_by_stmt |
| 25488 | |
| 25489 | return p |
| 25490 | } |
| 25491 | |
| 25492 | func (s *Order_by_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 25493 | |
Tested by
no test coverage detected