Function
NewFunctionTypeContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 7463 | func (*FunctionTypeContext) IsFunctionTypeContext() {} |
| 7464 | |
| 7465 | func 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 | |
| 7476 | func (s *FunctionTypeContext) GetParser() antlr.Parser { return s.parser } |
| 7477 | |
Tested by
no test coverage detected