ICommonRegexListener.ExitDigit(CommonRegexParser+DigitContext) Method

Definition

Exit a parse tree produced by digit().

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

Parameters

context
CommonRegexParser.DigitContext

The parse tree.

Applies to