IExpressionAntlrParserListener.EnterBinaryOpExp(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.
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
The parse tree.