Uses of Package
com.google.googlejavaformat.java
| Package | Description |
|---|---|
| com.google.googlejavaformat.java | |
| com.google.googlejavaformat.java.java14 |
-
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.java Class Description Formatter 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.FormatterException Checked exception class for formatter errors.JavaFormatterOptions Options for a google-java-format invocation.JavaFormatterOptions.Builder A builder forJavaFormatterOptions.JavaFormatterOptions.Style JavaInputAstVisitor.BracesOrNot Whether to include braces.JavaInputAstVisitor.Direction Direction for Annotations (usually VERTICAL).JavaInputAstVisitor.FirstDeclarationsOrNot Whether these declarations are the first in the block.Replacement Represents a range in the original source and replacement text for that range.SnippetFormatter.SnippetKind The kind of snippet to format.TypeNameClassifier.JavaCaseFormat Case formats used in Java identifiers. -
Classes in com.google.googlejavaformat.java used by com.google.googlejavaformat.java.java14 Class Description JavaInputAstVisitor An AST visitor that builds a stream ofOps to format from the givenCompilationUnitTree.