ICommonRegexListener.ExitCapture(CommonRegexParser+CaptureContext) Method

Definition

Exit a parse tree produced by capture().

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

Parameters

context
CommonRegexParser.CaptureContext

The parse tree.

Applies to