Uses of Class
com.google.googlejavaformat.java.Formatter
-
Packages that use Formatter Package Description com.google.googlejavaformat.java com.google.googlejavaformat.java.filer -
-
Uses of Formatter in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java declared as Formatter Modifier and Type Field Description private FormatterSnippetFormatter. formatterMethods in com.google.googlejavaformat.java with parameters of type Formatter Modifier and Type Method Description (package private) static java.lang.StringStringWrapper. wrap(int columnLimit, java.lang.String input, Formatter formatter)Reflows string literals in the given Java source code that extend past the given column limit.static java.lang.StringStringWrapper. wrap(java.lang.String input, Formatter formatter)Reflows long string literals in the given Java source code. -
Uses of Formatter in com.google.googlejavaformat.java.filer
Fields in com.google.googlejavaformat.java.filer declared as Formatter Modifier and Type Field Description private FormatterFormattingFiler. formatterprivate FormatterFormattingJavaFileObject. formatterConstructors in com.google.googlejavaformat.java.filer with parameters of type Formatter Constructor Description FormattingJavaFileObject(javax.tools.JavaFileObject delegate, Formatter formatter, @Nullable javax.annotation.processing.Messager messager)Create a newFormattingJavaFileObject.
-