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