(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
| 3585 | func (*ClassOrInterfaceTypeContext) IsClassOrInterfaceTypeContext() {} |
| 3586 | |
| 3587 | func NewClassOrInterfaceTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassOrInterfaceTypeContext { |
| 3588 | var p = new(ClassOrInterfaceTypeContext) |
| 3589 | |
| 3590 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 3591 | |
| 3592 | p.parser = parser |
| 3593 | p.RuleIndex = GScriptParserRULE_classOrInterfaceType |
| 3594 | |
| 3595 | return p |
| 3596 | } |
| 3597 | |
| 3598 | func (s *ClassOrInterfaceTypeContext) GetParser() antlr.Parser { return s.parser } |
| 3599 |
no outgoing calls
no test coverage detected