Package org.checkerframework.checker.i18nformatter
-
Class Summary Class Description I18nFormatterAnnotatedTypeFactory AddsI18nFormat
to the type of tree, if it is aString
orchar
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 The transfer function for the Internationalization Format String Checker.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 withI18nFormatFor
annotation is invoked, it will perform the format string verification. -
Enum Summary Enum Description I18nFormatterTreeUtil.FormatType Describe the format annotation type.