CommonRegexBaseListener.EnterCapture(CommonRegexParser+CaptureContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.