Function
NewVariableInitializerContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3210 | func (*VariableInitializerContext) IsVariableInitializerContext() {} |
| 3211 | |
| 3212 | func NewVariableInitializerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableInitializerContext { |
| 3213 | var p = new(VariableInitializerContext) |
| 3214 | |
| 3215 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 3216 | |
| 3217 | p.parser = parser |
| 3218 | p.RuleIndex = GScriptParserRULE_variableInitializer |
| 3219 | |
| 3220 | return p |
| 3221 | } |
| 3222 | |
| 3223 | func (s *VariableInitializerContext) GetParser() antlr.Parser { return s.parser } |
| 3224 | |
Tested by
no test coverage detected