Visit a parse tree produced by GScriptParser#classBody.
(ctx *ClassBodyContext)
| 13 | |
| 14 | // Visit a parse tree produced by GScriptParser#classBody. |
| 15 | VisitClassBody(ctx *ClassBodyContext) interface{} |
| 16 | |
| 17 | // Visit a parse tree produced by GScriptParser#classBodyDeclaration. |
| 18 | VisitClassBodyDeclaration(ctx *ClassBodyDeclarationContext) interface{} |
no outgoing calls
no test coverage detected