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

Function NewFunctionCallContext

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

Source from the content-addressed store, hash-verified

5991func (*FunctionCallContext) IsFunctionCallContext() {}
5992
5993func NewFunctionCallContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionCallContext {
5994 var p = new(FunctionCallContext)
5995
5996 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
5997
5998 p.parser = parser
5999 p.RuleIndex = GScriptParserRULE_functionCall
6000
6001 return p
6002}
6003
6004func (s *FunctionCallContext) GetParser() antlr.Parser { return s.parser }
6005

Callers 1

FunctionCallMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected