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