Function
NewStartCommandContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 425 | func (*StartCommandContext) IsStartCommandContext() {} |
| 426 | |
| 427 | func NewStartCommandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StartCommandContext { |
| 428 | var p = new(StartCommandContext) |
| 429 | |
| 430 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 431 | |
| 432 | p.parser = parser |
| 433 | p.RuleIndex = CommandsParserRULE_startCommand |
| 434 | |
| 435 | return p |
| 436 | } |
| 437 | |
| 438 | func (s *StartCommandContext) GetParser() antlr.Parser { return s.parser } |
| 439 | |
Tested by
no test coverage detected