Function
NewDetach_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 11789 | func (*Detach_stmtContext) IsDetach_stmtContext() {} |
| 11790 | |
| 11791 | func NewDetach_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Detach_stmtContext { |
| 11792 | var p = new(Detach_stmtContext) |
| 11793 | |
| 11794 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 11795 | |
| 11796 | p.parser = parser |
| 11797 | p.RuleIndex = SQLiteParserRULE_detach_stmt |
| 11798 | |
| 11799 | return p |
| 11800 | } |
| 11801 | |
| 11802 | func (s *Detach_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 11803 | |
Tested by
no test coverage detected