ICommonRegexListener.EnterOption_flag Method

Definition

Enter a parse tree produced by option_flag().

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

Parameters

context
CommonRegexParser.Option_flagContext

The parse tree.

Applies to