ICommonRegexListener.ExitOption_flag Method

Definition

Exit a parse tree produced by option_flag().

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

Parameters

context
CommonRegexParser.Option_flagContext

The parse tree.

Applies to