CommonRegexBaseVisitor<Result>.VisitAlpha_nums(CommonRegexParser+Alpha_numsContext) Method

Definition

Visit a parse tree produced by alpha_nums().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

public virtual Result VisitAlpha_nums (CommonRegexParser.Alpha_numsContext context);
abstract member VisitAlpha_nums : CommonRegexParser.Alpha_numsContext -> 'Result
override this.VisitAlpha_nums : CommonRegexParser.Alpha_numsContext -> 'Result
Public Overridable Function VisitAlpha_nums (context As CommonRegexParser.Alpha_numsContext) As Result

Parameters

context
CommonRegexParser.Alpha_numsContext

The parse tree.

Returns

Result

Implements

Applies to