ExpressionAntlrParserBaseVisitor<Result>.VisitBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext) Method

Definition

Visit a parse tree produced by the binaryOpExp labeled alternative in expression().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

public virtual Result VisitBinaryOpExp (ExpressionAntlrParser.BinaryOpExpContext context);
abstract member VisitBinaryOpExp : ExpressionAntlrParser.BinaryOpExpContext -> 'Result
override this.VisitBinaryOpExp : ExpressionAntlrParser.BinaryOpExpContext -> 'Result
Public Overridable Function VisitBinaryOpExp (context As ExpressionAntlrParser.BinaryOpExpContext) As Result

Parameters

Returns

Result

Implements

Applies to