ICommonRegexListener.EnterCapture(CommonRegexParser+CaptureContext) Method

Definition

Enter a parse tree produced by capture().

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

Parameters

context
CommonRegexParser.CaptureContext

The parse tree.

Applies to