Package org.checkerframework.checker.formatter
-
Class Summary Class Description FormatterAnnotatedTypeFactory AddsFormat
to the type of tree, if it is aString
orchar
literal that represents a satisfiable format.FormatterChecker A type-checker plug-in for theFormat
qualifier that finds syntactically invalid formatter calls.FormatterTransfer FormatterTreeUtil This class provides a collection of utilities to ease working with syntax trees that have something to do with Formatters.FormatterTreeUtil.Result<E> A wrapper around a value of type E, plus an ExpressionTree location.FormatterVisitor Whenever a format method invocation is found in the syntax tree, checks are performed as specified in the Format String Checker manual. -
Enum Summary Enum Description FormatterTreeUtil.InvocationType Describes the ways a format method may be invoked.