MCPcopy Create free account
hub / github.com/crossoverJie/gscript / NewFormalParametersContext

Function NewFormalParametersContext

parser/gscript_parser.go:1804–1813  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

1802func (*FormalParametersContext) IsFormalParametersContext() {}
1803
1804func 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
1815func (s *FormalParametersContext) GetParser() antlr.Parser { return s.parser }
1816

Callers 1

FormalParametersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected