ICommonRegexVisitor<Result>.VisitParse(CommonRegexParser+ParseContext) Method

Definition

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

Applies to