ICommonRegexListener.ExitCc_literal(CommonRegexParser+Cc_literalContext) 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.
Exit a parse tree produced by cc_literal().
public void ExitCc_literal (CommonRegexParser.Cc_literalContext context);
abstract member ExitCc_literal : CommonRegexParser.Cc_literalContext -> unit
Public Sub ExitCc_literal (context As CommonRegexParser.Cc_literalContext)
Parameters
The parse tree.