visitBinaryExpression

abstract fun visitBinaryExpression(ctx: VAlgoLangParser.BinaryExpressionContext): T

Visit a parse tree produced by the {@code BinaryExpression} labeled alternative in expr.

Return

the visitor result

Parameters

ctx

the parse tree