Visit a parse tree produced by GScriptParser#operatorOverloading.
(ctx *OperatorOverloadingContext)
| 25 | |
| 26 | // Visit a parse tree produced by GScriptParser#operatorOverloading. |
| 27 | VisitOperatorOverloading(ctx *OperatorOverloadingContext) interface{} |
| 28 | |
| 29 | // Visit a parse tree produced by GScriptParser#functionBody. |
| 30 | VisitFunctionBody(ctx *FunctionBodyContext) interface{} |
no outgoing calls
no test coverage detected