CommonRegexBaseListener.ExitCapture(CommonRegexParser+CaptureContext) Method

Definition

Exit a parse tree produced by capture().

The default implementation does nothing.

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

Parameters

context
CommonRegexParser.CaptureContext

The parse tree.

Implements

Applies to