ICommonRegexListener.EnterShared_atom Method

Definition

Enter a parse tree produced by shared_atom().

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

Parameters

context
CommonRegexParser.Shared_atomContext

The parse tree.

Applies to