| 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.
|
| GoogleJavaFormatVersion | |
| JavaCommentsHelper |
JavaCommentsHelper extends CommentsHelper to rewrite Java comments. |
| JavaInput |
JavaInput extends Input to represent a Java input document. |
| JavaInputAstVisitor |
An extension of
OpsBuilder, implementing a visit pattern for Eclipse AST nodes to build a
sequence of Ops. |
| JavaOutput |
JavaOutput extends Output to represent a Java output document. |
| Main |
The main class for the Java formatter CLI.
|
| Replacement |
Represents a range in the original source and replacement text for that range.
|
| TypeNameClassifier |
Heuristics for classifying qualified names as types.
|
| Enum | Description |
|---|---|
| TypeNameClassifier.JavaCaseFormat |
Case formats used in Java identifiers.
|
| Exception | Description |
|---|---|
| FormatterException |
Checked exception class for formatter errors.
|
| UsageException |
Checked exception class for formatter command-line usage errors.
|
Copyright © 2015 Google Inc.. All rights reserved.