| Class | Description |
|---|---|
| RegexAnalysis | |
| RegexClassicAnnotatedTypeFactory |
Adds
Regex to the type of tree, in the following cases:
String or char literal that is a valid
regular expression
String or char) or two partial regular expression
values that make a valid regular expression when concatenated.
|
| RegexClassicChecker |
A type-checker plug-in for the
Regex qualifier that finds
syntactically invalid regular expressions. |
| RegexClassicVisitor |
A type-checking visitor for the Regex type system.
|
| RegexTransfer |