CommonRegexBaseListener.ExitAlpha_nums Method

Definition

Exit a parse tree produced by alpha_nums().

The default implementation does nothing.

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

Parameters

context
CommonRegexParser.Alpha_numsContext

The parse tree.

Implements

Applies to