IExpressionAntlrParserVisitor<Result>.VisitBinaryOpExp(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.
Visit a parse tree produced by the binaryOpExp
labeled alternative in expression().
public Result VisitBinaryOpExp (ExpressionAntlrParser.BinaryOpExpContext context);
abstract member VisitBinaryOpExp : ExpressionAntlrParser.BinaryOpExpContext -> 'Result
Public Function VisitBinaryOpExp (context As ExpressionAntlrParser.BinaryOpExpContext) As Result
Parameters
The parse tree.
Returns
- Result