ICommonRegexListener.EnterLetter(CommonRegexParser+LetterContext) Method

Definition

Enter a parse tree produced by letter().

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

Parameters

context
CommonRegexParser.LetterContext

The parse tree.

Applies to