CommonRegexBaseListener.ExitAtom(CommonRegexParser+AtomContext) Method
Definition
Exit a parse tree produced by atom().
The default implementation does nothing.
public virtual void ExitAtom (CommonRegexParser.AtomContext context);
abstract member ExitAtom : CommonRegexParser.AtomContext -> unit
override this.ExitAtom : CommonRegexParser.AtomContext -> unit
Public Overridable Sub ExitAtom (context As CommonRegexParser.AtomContext)
Parameters
- context
- CommonRegexParser.AtomContext
The parse tree.