Share via


ICommonRegexListener.ExitLetter(CommonRegexParser+LetterContext) Method

Definition

Exit a parse tree produced by letter().

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

Parameters

context
CommonRegexParser.LetterContext

The parse tree.

Applies to