Uses of Package
com.google.googlejavaformat.java
Packages that use com.google.googlejavaformat.java
-
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.javaClassDescriptionThis is google-java-format, a new Java formatter that follows the Google Java Style Guide quite precisely---to the letter and to the spirit.Checked exception class for formatter errors.Options for a google-java-format invocation.A builder for
JavaFormatterOptions.Whether to allow leading blank lines in blocks.Whether to allow trailing blank lines in blocks.Whether to include braces.Whether to break or not.Whether to collapse empty blocks.Direction for Annotations (usually VERTICAL).Whether these declarations are the first in the block.Represents a range in the original source and replacement text for that range.The kind of snippet to format.Case formats used in Java identifiers. -
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.java.java14ClassDescriptionAn AST visitor that builds a stream of
Ops to format from the givenCompilationUnitTree.