Package org.checkerframework.checker.regex
-
Class Summary Class Description RegexAnnotatedTypeFactory AddsRegex
to the type of tree, in the following cases: aString
orchar
literal that is a valid regular expression concatenation of two valid regular expression values (eitherString
orchar
) or two partial regular expression values that make a valid regular expression when concatenated.RegexChecker A type-checker plug-in for theRegex
qualifier that finds syntactically invalid regular expressions.RegexTransfer The transfer function for the Regex Checker.RegexVisitor A type-checking visitor for the Regex type system.