| 620 | } |
| 621 | |
| 622 | type ClassBodyContext struct { |
| 623 | *antlr.BaseParserRuleContext |
| 624 | parser antlr.Parser |
| 625 | } |
| 626 | |
| 627 | func NewEmptyClassBodyContext() *ClassBodyContext { |
| 628 | var p = new(ClassBodyContext) |
nothing calls this directly
no outgoing calls
no test coverage detected