IExpressionAntlrParserListener.ExitBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The parse tree.