ICommonRegexVisitor<Result>.VisitCc_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.
Visit a parse tree produced by cc_literal().
public Result VisitCc_literal (CommonRegexParser.Cc_literalContext context);
abstract member VisitCc_literal : CommonRegexParser.Cc_literalContext -> 'Result
Public Function VisitCc_literal (context As CommonRegexParser.Cc_literalContext) As Result
Parameters
The parse tree.
Returns
- Result