ICommonRegexListener.EnterOption(CommonRegexParser+OptionContext) Method

Definition

Enter a parse tree produced by option().

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

Parameters

context
CommonRegexParser.OptionContext

The parse tree.

Applies to