| Class | Description |
|---|---|
| I18nFormatterAnalysis |
Needed for flow analysis to implement
I18nFormatUtil.hasFormat(java.lang.String, org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory...),
I18nFormatUtil.isFormat(java.lang.String), and MakeFormat in I18nFormatterTransfer. |
| I18nFormatterAnnotatedTypeFactory |
Adds
I18nFormat to the type of tree, if it is a String or
char literal that represents a satisfiable format. |
| I18nFormatterChecker |
A type-checker plug-in for the qualifier that finds syntactically invalid
i18n-formatter calls (MessageFormat.format()).
|
| I18nFormatterTransfer | |
| I18nFormatterTreeUtil |
This class provides a collection of utilities to ease working with syntax
trees that have something to do with I18nFormatters.
|
| I18nFormatterVisitor |
Whenever a method with
I18nFormatFor annotation is invoked,
it will perform the format string verification. |
| I18nFormatUtil |
This class provides a collection of utilities to ease working with i18n
format strings.
|
| Enum | Description |
|---|---|
| I18nFormatterTreeUtil.FormatType |
Describe the format annotation type
|