ICommonRegexListener.ExitNon_capture Method

Definition

Exit a parse tree produced by non_capture().

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

Parameters

context
CommonRegexParser.Non_captureContext

The parse tree.

Applies to