Visit a parse tree produced by GScriptParser#classDeclaration.
(ctx *ClassDeclarationContext)
| 10 | |
| 11 | // Visit a parse tree produced by GScriptParser#classDeclaration. |
| 12 | VisitClassDeclaration(ctx *ClassDeclarationContext) interface{} |
| 13 | |
| 14 | // Visit a parse tree produced by GScriptParser#classBody. |
| 15 | VisitClassBody(ctx *ClassBodyContext) interface{} |
no outgoing calls
no test coverage detected