Function
NewVariableDeclaratorsContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2784 | func (*VariableDeclaratorsContext) IsVariableDeclaratorsContext() {} |
| 2785 | |
| 2786 | func NewVariableDeclaratorsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclaratorsContext { |
| 2787 | var p = new(VariableDeclaratorsContext) |
| 2788 | |
| 2789 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2790 | |
| 2791 | p.parser = parser |
| 2792 | p.RuleIndex = GScriptParserRULE_variableDeclarators |
| 2793 | |
| 2794 | return p |
| 2795 | } |
| 2796 | |
| 2797 | func (s *VariableDeclaratorsContext) GetParser() antlr.Parser { return s.parser } |
| 2798 | |
Tested by
no test coverage detected