ICommonRegexListener.ExitCc_atom(CommonRegexParser+Cc_atomContext) Method

Definition

Exit a parse tree produced by cc_atom().

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

Parameters

context
CommonRegexParser.Cc_atomContext

The parse tree.

Applies to