Function
NewForInitContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5599 | func (*ForInitContext) IsForInitContext() {} |
| 5600 | |
| 5601 | func NewForInitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForInitContext { |
| 5602 | var p = new(ForInitContext) |
| 5603 | |
| 5604 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 5605 | |
| 5606 | p.parser = parser |
| 5607 | p.RuleIndex = GScriptParserRULE_forInit |
| 5608 | |
| 5609 | return p |
| 5610 | } |
| 5611 | |
| 5612 | func (s *ForInitContext) GetParser() antlr.Parser { return s.parser } |
| 5613 | |
Tested by
no test coverage detected