ICommonRegexListener.EnterDigit(CommonRegexParser+DigitContext) Method

Definition

Enter a parse tree produced by digit().

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

Parameters

context
CommonRegexParser.DigitContext

The parse tree.

Applies to