Function
NewFormalParametersContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1802 | func (*FormalParametersContext) IsFormalParametersContext() {} |
| 1803 | |
| 1804 | func NewFormalParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FormalParametersContext { |
| 1805 | var p = new(FormalParametersContext) |
| 1806 | |
| 1807 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 1808 | |
| 1809 | p.parser = parser |
| 1810 | p.RuleIndex = GScriptParserRULE_formalParameters |
| 1811 | |
| 1812 | return p |
| 1813 | } |
| 1814 | |
| 1815 | func (s *FormalParametersContext) GetParser() antlr.Parser { return s.parser } |
| 1816 | |
Tested by
no test coverage detected