visit Break Statement
open fun visitBreakStatement(ctx: VAlgoLangParser.BreakStatementContext): T
Content copied to clipboard
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}
.