| AutoOneOf_JavaInputAstVisitor_AnnotationOrModifier.Parent_ |
|
| CommandLineOptions |
Command line options for google-java-format.
|
| CommandLineOptions.Builder |
|
| DimensionHelpers.SortedDims |
|
| DimensionHelpers.TypeWithDims |
The array dimension specifiers (including any type annotations) associated with a type.
|
| FormatFileCallable.Result |
|
| 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.
|
| ImportOrderer.Import |
An import statement.
|
| ImportOrderer.ImportsAndIndex |
|
| ImportOrderer.StringAndIndex |
|
| JavacTokens.CommentWithTextAndPosition |
A Tokens.Comment that saves its text and start position.
|
| JavacTokens.RawTok |
An unprocessed input token, including whitespace and comments.
|
| JavaFormatterOptions |
Options for a google-java-format invocation.
|
| JavaFormatterOptions.Builder |
|
| JavaFormatterOptions.Style |
|
| JavaInput |
JavaInput extends Input to represent a Java input document.
|
| JavaInput.Tok |
A JavaInput is a sequence of JavaInput.Toks that cover the Java input.
|
| JavaInput.Token |
|
| JavaInputAstVisitor |
An AST visitor that builds a stream of Ops to format from the given CompilationUnitTree.
|
| JavaInputAstVisitor.AllowLeadingBlankLine |
Whether to allow leading blank lines in blocks.
|
| JavaInputAstVisitor.AllowTrailingBlankLine |
Whether to allow trailing blank lines in blocks.
|
| JavaInputAstVisitor.AnnotationOrModifier |
Represents an annotation or a modifier in a ModifiersTree.
|
| JavaInputAstVisitor.AnnotationOrModifier.Kind |
|
| JavaInputAstVisitor.BracesOrNot |
Whether to include braces.
|
| JavaInputAstVisitor.BreakOrNot |
Whether to break or not.
|
| JavaInputAstVisitor.CollapseEmptyOrNot |
Whether to collapse empty blocks.
|
| JavaInputAstVisitor.DeclarationKind |
Kind of declaration.
|
| JavaInputAstVisitor.DeclarationModifiersAndTypeAnnotations |
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.
|
| JavaInputAstVisitor.DimensionsOrNot |
Whether or not to include dimensions.
|
| JavaInputAstVisitor.Direction |
Direction for Annotations (usually VERTICAL).
|
| JavaInputAstVisitor.FirstDeclarationsOrNot |
Whether these declarations are the first in the block.
|
| JavaInputAstVisitor.ReceiverParameter |
Whether the formal parameter declaration is a receiver.
|
| JavaInputAstVisitor.VarArgsOrNot |
Whether or not the declaration is Varargs.
|
| JavaOutput |
JavaOutput extends Output to represent a Java output document.
|
| ModifierOrderer.ModifierTokens |
A class that contains the tokens corresponding to a modifier.
|
| RemoveUnusedImports.UnusedImportScanner.DocTreeScanner |
|
| Replacement |
Represents a range in the original source and replacement text for that range.
|
| SnippetFormatter.SnippetKind |
The kind of snippet to format.
|
| SnippetFormatter.SnippetWrapper |
|
| TypeNameClassifier.JavaCaseFormat |
Case formats used in Java identifiers.
|
| TypeNameClassifier.TyParseState |
A state machine for classifying qualified names.
|
| UsageException |
Checked exception class for formatter command-line usage errors.
|