ICommonRegexListener.EnterName(CommonRegexParser+NameContext) Method

Definition

Enter a parse tree produced by name().

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

Parameters

context
CommonRegexParser.NameContext

The parse tree.

Applies to