ICommonRegexListener.ExitParse(CommonRegexParser+ParseContext) Method

Definition

Exit a parse tree produced by parse().

public void ExitParse (CommonRegexParser.ParseContext context);
abstract member ExitParse : CommonRegexParser.ParseContext -> unit
Public Sub ExitParse (context As CommonRegexParser.ParseContext)

Parameters

context
CommonRegexParser.ParseContext

The parse tree.

Applies to