visit Binary Expression
open fun visitBinaryExpression(ctx: VAlgoLangParser.BinaryExpressionContext): T
Content copied to clipboard
Visit a parse tree produced by the BinaryExpression}labeled alternative in VAlgoLangParser#expr.
The default implementation returns the result of calling visitChildren on {@code ctx}
.