IExpressionAntlrParserListener.ExitBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext) Method

Definition

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

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

Parameters

Applies to