CommonRegexBaseListener.EnterAlpha_nums Method

Definition

Enter a parse tree produced by alpha_nums().

The default implementation does nothing.

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

Parameters

context
CommonRegexParser.Alpha_numsContext

The parse tree.

Implements

Applies to