Function
NewDrop_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 11941 | func (*Drop_stmtContext) IsDrop_stmtContext() {} |
| 11942 | |
| 11943 | func NewDrop_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_stmtContext { |
| 11944 | var p = new(Drop_stmtContext) |
| 11945 | |
| 11946 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 11947 | |
| 11948 | p.parser = parser |
| 11949 | p.RuleIndex = SQLiteParserRULE_drop_stmt |
| 11950 | |
| 11951 | return p |
| 11952 | } |
| 11953 | |
| 11954 | func (s *Drop_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 11955 | |
Tested by
no test coverage detected