ICommonRegexListener.EnterParse(CommonRegexParser+ParseContext) Method

Definition

Enter a parse tree produced by parse().

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

Parameters

context
CommonRegexParser.ParseContext

The parse tree.

Applies to