visitBreakStatement

open fun visitBreakStatement(ctx: VAlgoLangParser.BreakStatementContext): T

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

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