CommonRegexBaseListener.EnterShared_atom(CommonRegexParser+Shared_atomContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enter a parse tree produced by shared_atom().
The default implementation does nothing.
public virtual void EnterShared_atom (CommonRegexParser.Shared_atomContext context);
abstract member EnterShared_atom : CommonRegexParser.Shared_atomContext -> unit
override this.EnterShared_atom : CommonRegexParser.Shared_atomContext -> unit
Public Overridable Sub EnterShared_atom (context As CommonRegexParser.Shared_atomContext)
Parameters
The parse tree.