Function
NewArrayInitializerContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3343 | func (*ArrayInitializerContext) IsArrayInitializerContext() {} |
| 3344 | |
| 3345 | func NewArrayInitializerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArrayInitializerContext { |
| 3346 | var p = new(ArrayInitializerContext) |
| 3347 | |
| 3348 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 3349 | |
| 3350 | p.parser = parser |
| 3351 | p.RuleIndex = GScriptParserRULE_arrayInitializer |
| 3352 | |
| 3353 | return p |
| 3354 | } |
| 3355 | |
| 3356 | func (s *ArrayInitializerContext) GetParser() antlr.Parser { return s.parser } |
| 3357 | |
Tested by
no test coverage detected