IExpressionAntlrParserVisitor<Result>.VisitParenthesisExp(ExpressionAntlrParser+ParenthesisExpContext) 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 parenthesisExp
labeled alternative in primaryExpression().
public Result VisitParenthesisExp (ExpressionAntlrParser.ParenthesisExpContext context);
abstract member VisitParenthesisExp : ExpressionAntlrParser.ParenthesisExpContext -> 'Result
Public Function VisitParenthesisExp (context As ExpressionAntlrParser.ParenthesisExpContext) As Result
Parameters
The parse tree.
Returns
- Result