CommonRegexBaseListener.EnterCapture(CommonRegexParser+CaptureContext) Method
Definition
Enter a parse tree produced by capture().
The default implementation does nothing.
public virtual void EnterCapture (CommonRegexParser.CaptureContext context);
abstract member EnterCapture : CommonRegexParser.CaptureContext -> unit
override this.EnterCapture : CommonRegexParser.CaptureContext -> unit
Public Overridable Sub EnterCapture (context As CommonRegexParser.CaptureContext)
Parameters
- context
- CommonRegexParser.CaptureContext
The parse tree.