Function
NewForControlContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5427 | func (*ForControlContext) IsForControlContext() {} |
| 5428 | |
| 5429 | func NewForControlContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForControlContext { |
| 5430 | var p = new(ForControlContext) |
| 5431 | |
| 5432 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 5433 | |
| 5434 | p.parser = parser |
| 5435 | p.RuleIndex = GScriptParserRULE_forControl |
| 5436 | |
| 5437 | return p |
| 5438 | } |
| 5439 | |
| 5440 | func (s *ForControlContext) GetParser() antlr.Parser { return s.parser } |
| 5441 | |
Tested by
no test coverage detected