ICommonRegexVisitor<Result>.VisitExpr(CommonRegexParser+ExprContext) 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 expr().
public Result VisitExpr (CommonRegexParser.ExprContext context);
abstract member VisitExpr : CommonRegexParser.ExprContext -> 'Result
Public Function VisitExpr (context As CommonRegexParser.ExprContext) As Result
Parameters
- context
- CommonRegexParser.ExprContext
The parse tree.
Returns
- Result