Class | Description |
---|---|
EclipseJavadocFormatter |
Format javadoc comments using eclipse's formatter, for now.
|
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. |
JavaFormatterOptions |
Options for a google-java-format invocation.
|
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 Op s. |
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 |
---|---|
JavaFormatterOptions.JavadocFormatter | |
JavaFormatterOptions.SortImports | |
JavaFormatterOptions.Style | |
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–2016 Google Inc.. All rights reserved.