CommonRegexBaseListener.EnterNon_capture Method

Definition

Enter a parse tree produced by non_capture().

The default implementation does nothing.

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

Parameters

context
CommonRegexParser.Non_captureContext

The parse tree.

Implements

Applies to