Visit a parse tree produced by GScriptParser#functionDeclaration.
(ctx *FunctionDeclarationContext)
| 22 | |
| 23 | // Visit a parse tree produced by GScriptParser#functionDeclaration. |
| 24 | VisitFunctionDeclaration(ctx *FunctionDeclarationContext) interface{} |
| 25 | |
| 26 | // Visit a parse tree produced by GScriptParser#operatorOverloading. |
| 27 | VisitOperatorOverloading(ctx *OperatorOverloadingContext) interface{} |
no outgoing calls
no test coverage detected