CommonRegexBaseListener.EnterAlternation(CommonRegexParser+AlternationContext) 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 alternation().
The default implementation does nothing.
public virtual void EnterAlternation (CommonRegexParser.AlternationContext context);
abstract member EnterAlternation : CommonRegexParser.AlternationContext -> unit
override this.EnterAlternation : CommonRegexParser.AlternationContext -> unit
Public Overridable Sub EnterAlternation (context As CommonRegexParser.AlternationContext)
Parameters
The parse tree.