CommonRegexBaseListener.EnterParse(CommonRegexParser+ParseContext) Method

Definition

Enter a parse tree produced by parse().

The default implementation does nothing.

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

Parameters

context
CommonRegexParser.ParseContext

The parse tree.

Implements

Applies to