Function
NewFrame_leftContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 26186 | func (*Frame_leftContext) IsFrame_leftContext() {} |
| 26187 | |
| 26188 | func NewFrame_leftContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_leftContext { |
| 26189 | var p = new(Frame_leftContext) |
| 26190 | |
| 26191 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 26192 | |
| 26193 | p.parser = parser |
| 26194 | p.RuleIndex = SQLiteParserRULE_frame_left |
| 26195 | |
| 26196 | return p |
| 26197 | } |
| 26198 | |
| 26199 | func (s *Frame_leftContext) GetParser() antlr.Parser { return s.parser } |
| 26200 | |
Tested by
no test coverage detected