Function
NewAttach_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3320 | func (*Attach_stmtContext) IsAttach_stmtContext() {} |
| 3321 | |
| 3322 | func NewAttach_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Attach_stmtContext { |
| 3323 | var p = new(Attach_stmtContext) |
| 3324 | |
| 3325 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 3326 | |
| 3327 | p.parser = parser |
| 3328 | p.RuleIndex = SQLiteParserRULE_attach_stmt |
| 3329 | |
| 3330 | return p |
| 3331 | } |
| 3332 | |
| 3333 | func (s *Attach_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 3334 | |
Tested by
no test coverage detected