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

Function NewFunctionTypeContext

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

Source from the content-addressed store, hash-verified

7463func (*FunctionTypeContext) IsFunctionTypeContext() {}
7464
7465func NewFunctionTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionTypeContext {
7466 var p = new(FunctionTypeContext)
7467
7468 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
7469
7470 p.parser = parser
7471 p.RuleIndex = GScriptParserRULE_functionType
7472
7473 return p
7474}
7475
7476func (s *FunctionTypeContext) GetParser() antlr.Parser { return s.parser }
7477

Callers 1

FunctionTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected