ICommonRegexListener.ExitAtom(CommonRegexParser+AtomContext) Method

Definition

Exit a parse tree produced by atom().

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

Parameters

context
CommonRegexParser.AtomContext

The parse tree.

Applies to