CommonRegexBaseListener.EnterAlpha_nums(CommonRegexParser+Alpha_numsContext) 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
The parse tree.