IExpressionAntlrParserListener.EnterBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext) Method

Definition

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

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

Parameters

Applies to