ICommonRegexListener.ExitAlpha_nums(CommonRegexParser+Alpha_numsContext) Method

Definition

Exit a parse tree produced by alpha_nums().

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

Parameters

context
CommonRegexParser.Alpha_numsContext

The parse tree.

Applies to