visitReturnStatement

open fun visitReturnStatement(ctx: VAlgoLangParser.ReturnStatementContext): T

Visit a parse tree produced by the ReturnStatement}labeled alternative in VAlgoLangParser#stat.

The default implementation returns the result of calling visitChildren on {@code ctx}.