Function
NewFrame_singleContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 26589 | func (*Frame_singleContext) IsFrame_singleContext() {} |
| 26590 | |
| 26591 | func NewFrame_singleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_singleContext { |
| 26592 | var p = new(Frame_singleContext) |
| 26593 | |
| 26594 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 26595 | |
| 26596 | p.parser = parser |
| 26597 | p.RuleIndex = SQLiteParserRULE_frame_single |
| 26598 | |
| 26599 | return p |
| 26600 | } |
| 26601 | |
| 26602 | func (s *Frame_singleContext) GetParser() antlr.Parser { return s.parser } |
| 26603 | |
Tested by
no test coverage detected