Function
NewFunctionCallContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5991 | func (*FunctionCallContext) IsFunctionCallContext() {} |
| 5992 | |
| 5993 | func 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 | |
| 6004 | func (s *FunctionCallContext) GetParser() antlr.Parser { return s.parser } |
| 6005 | |
Tested by
no test coverage detected