visitContinueStatement

open fun visitContinueStatement(ctx: VAlgoLangParser.ContinueStatementContext): T

Visit a parse tree produced by the ContinueStatement}labeled alternative in VAlgoLangParser#loop_stat.

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