Function
NewSimpleContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2305 | func (*SimpleContext) IsSimpleContext() {} |
| 2306 | |
| 2307 | func NewSimpleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SimpleContext { |
| 2308 | var p = new(SimpleContext) |
| 2309 | |
| 2310 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 2311 | |
| 2312 | p.parser = parser |
| 2313 | p.RuleIndex = CommandsParserRULE_simple |
| 2314 | |
| 2315 | return p |
| 2316 | } |
| 2317 | |
| 2318 | func (s *SimpleContext) GetParser() antlr.Parser { return s.parser } |
| 2319 | |
Tested by
no test coverage detected