Function
NewFrame_rightContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 26388 | func (*Frame_rightContext) IsFrame_rightContext() {} |
| 26389 | |
| 26390 | func NewFrame_rightContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_rightContext { |
| 26391 | var p = new(Frame_rightContext) |
| 26392 | |
| 26393 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 26394 | |
| 26395 | p.parser = parser |
| 26396 | p.RuleIndex = SQLiteParserRULE_frame_right |
| 26397 | |
| 26398 | return p |
| 26399 | } |
| 26400 | |
| 26401 | func (s *Frame_rightContext) GetParser() antlr.Parser { return s.parser } |
| 26402 | |
Tested by
no test coverage detected