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