Function
NewFormalParameterContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2114 | func (*FormalParameterContext) IsFormalParameterContext() {} |
| 2115 | |
| 2116 | func NewFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FormalParameterContext { |
| 2117 | var p = new(FormalParameterContext) |
| 2118 | |
| 2119 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2120 | |
| 2121 | p.parser = parser |
| 2122 | p.RuleIndex = GScriptParserRULE_formalParameter |
| 2123 | |
| 2124 | return p |
| 2125 | } |
| 2126 | |
| 2127 | func (s *FormalParameterContext) GetParser() antlr.Parser { return s.parser } |
| 2128 | |
Tested by
no test coverage detected