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