Function
NewClassBodyContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 634 | func (*ClassBodyContext) IsClassBodyContext() {} |
| 635 | |
| 636 | func NewClassBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassBodyContext { |
| 637 | var p = new(ClassBodyContext) |
| 638 | |
| 639 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 640 | |
| 641 | p.parser = parser |
| 642 | p.RuleIndex = GScriptParserRULE_classBody |
| 643 | |
| 644 | return p |
| 645 | } |
| 646 | |
| 647 | func (s *ClassBodyContext) GetParser() antlr.Parser { return s.parser } |
| 648 | |
Tested by
no test coverage detected