ICommonRegexListener.EnterAlternation Method

Definition

Enter a parse tree produced by alternation().

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

Parameters

context
CommonRegexParser.AlternationContext

The parse tree.

Applies to