| 438 | } |
| 439 | |
| 440 | type ClassDeclarationContext struct { |
| 441 | *antlr.BaseParserRuleContext |
| 442 | parser antlr.Parser |
| 443 | } |
| 444 | |
| 445 | func NewEmptyClassDeclarationContext() *ClassDeclarationContext { |
| 446 | var p = new(ClassDeclarationContext) |
nothing calls this directly
no outgoing calls
no test coverage detected