CommonRegexBaseListener.EnterAtom(CommonRegexParser+AtomContext) Method

Definition

Enter a parse tree produced by atom().

The default implementation does nothing.

public virtual void EnterAtom (CommonRegexParser.AtomContext context);
abstract member EnterAtom : CommonRegexParser.AtomContext -> unit
override this.EnterAtom : CommonRegexParser.AtomContext -> unit
Public Overridable Sub EnterAtom (context As CommonRegexParser.AtomContext)

Parameters

context
CommonRegexParser.AtomContext

The parse tree.

Implements

Applies to