visit Consecutive Statement
open fun visitConsecutiveStatement(ctx: VAlgoLangParser.ConsecutiveStatementContext): T
Content copied to clipboard
Visit a parse tree produced by the ConsecutiveStatement}labeled alternative in VAlgoLangParser#stat.
The default implementation returns the result of calling visitChildren on {@code ctx}
.