ExpressionAntlrParserBaseListener.EnterBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext) Method

Definition

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

The default implementation does nothing.

public virtual void EnterBinaryOpExp (ExpressionAntlrParser.BinaryOpExpContext context);
abstract member EnterBinaryOpExp : ExpressionAntlrParser.BinaryOpExpContext -> unit
override this.EnterBinaryOpExp : ExpressionAntlrParser.BinaryOpExpContext -> unit
Public Overridable Sub EnterBinaryOpExp (context As ExpressionAntlrParser.BinaryOpExpContext)

Parameters

Implements

Applies to