CommonRegexBaseListener.EnterOption_flag Method

Definition

Enter a parse tree produced by option_flag().

The default implementation does nothing.

public virtual void EnterOption_flag (CommonRegexParser.Option_flagContext context);
abstract member EnterOption_flag : CommonRegexParser.Option_flagContext -> unit
override this.EnterOption_flag : CommonRegexParser.Option_flagContext -> unit
Public Overridable Sub EnterOption_flag (context As CommonRegexParser.Option_flagContext)

Parameters

context
CommonRegexParser.Option_flagContext

The parse tree.

Implements

Applies to