Function
NewVariableDeclaratorContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2937 | func (*VariableDeclaratorContext) IsVariableDeclaratorContext() {} |
| 2938 | |
| 2939 | func NewVariableDeclaratorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclaratorContext { |
| 2940 | var p = new(VariableDeclaratorContext) |
| 2941 | |
| 2942 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2943 | |
| 2944 | p.parser = parser |
| 2945 | p.RuleIndex = GScriptParserRULE_variableDeclarator |
| 2946 | |
| 2947 | return p |
| 2948 | } |
| 2949 | |
| 2950 | func (s *VariableDeclaratorContext) GetParser() antlr.Parser { return s.parser } |
| 2951 | |
Tested by
no test coverage detected