CommonRegexBaseListener.ExitParse(CommonRegexParser+ParseContext) Method

Definition

Exit a parse tree produced by parse().

The default implementation does nothing.

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

Parameters

context
CommonRegexParser.ParseContext

The parse tree.

Implements

Applies to