ICommonRegexListener.EnterAlpha_nums(CommonRegexParser+Alpha_numsContext) Method

Definition

Enter a parse tree produced by alpha_nums().

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

Parameters

context
CommonRegexParser.Alpha_numsContext

The parse tree.

Applies to