Uses of Package
com.google.googlejavaformat.java
Packages that use com.google.googlejavaformat.java
Package
Description
-
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.javaClassDescriptionCommand line options for google-java-format.The array dimension specifiers (including any type annotations) associated with a type.This 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.An import statement.A
Tokens.Commentthat saves its text and start position.An unprocessed input token, including whitespace and comments.Options for a google-java-format invocation.A builder forJavaFormatterOptions.JavaInputextendsInputto represent a Java input document.AJavaInputis a sequence ofJavaInput.Toks that cover the Java input.AJavaInput.Tokencontains a tokenJavaInput.Tokand its associated non-tokens; each non-tokenJavaInput.Tokbelongs to oneJavaInput.Token.An AST visitor that builds a stream ofOps to format from the givenCompilationUnitTree.Whether to allow leading blank lines in blocks.Whether to allow trailing blank lines in blocks.Represents an annotation or a modifier in aModifiersTree.Whether to include braces.Whether to break or not.Whether to collapse empty blocks.Kind of declaration.The modifiers annotations for a declaration, grouped in to a prefix that contains all of the declaration annotations and modifiers, and a suffix of type annotations.Whether or not to include dimensions.Direction for Annotations (usually VERTICAL).Whether these declarations are the first in the block.Whether the formal parameter declaration is a receiver.Whether or not the declaration is Varargs.JavaOutputextendsOutputto represent a Java output document.A class that contains the tokens corresponding to a modifier.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.A state machine for classifying qualified names.Checked exception class for formatter command-line usage errors. -
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.java.filerClassDescriptionThis is google-java-format, a new Java formatter that follows the Google Java Style Guide quite precisely---to the letter and to the spirit.
-
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.java.java17ClassDescriptionAn AST visitor that builds a stream of
Ops to format from the givenCompilationUnitTree. -
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.java.java21ClassDescriptionAn AST visitor that builds a stream of
Ops to format from the givenCompilationUnitTree.