ICommonRegexListener.EnterNon_capture(CommonRegexParser+Non_captureContext) Method

Definition

Enter a parse tree produced by non_capture().

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

Parameters

context
CommonRegexParser.Non_captureContext

The parse tree.

Applies to