Function
NewLimit_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 25674 | func (*Limit_stmtContext) IsLimit_stmtContext() {} |
| 25675 | |
| 25676 | func NewLimit_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Limit_stmtContext { |
| 25677 | var p = new(Limit_stmtContext) |
| 25678 | |
| 25679 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 25680 | |
| 25681 | p.parser = parser |
| 25682 | p.RuleIndex = SQLiteParserRULE_limit_stmt |
| 25683 | |
| 25684 | return p |
| 25685 | } |
| 25686 | |
| 25687 | func (s *Limit_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 25688 | |
Tested by
no test coverage detected