| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
| Class and Description |
|---|
| CloseOp
A
CloseOp closes a level. |
| CommentsHelper
Rewrite comments.
|
| Doc |
| Doc.Break
A leaf node in a
Doc for an optional break. |
| Doc.FillMode |
| Doc.State
State for writing.
|
| Doc.Token.RealOrImaginary
Is a Token a real token, or imaginary (e.g., a token generated incorrectly, or an EOF)?
|
| DocBuilder |
| FormatterDiagnostic
An error that prevented formatting from succeeding.
|
| FormattingError
An unchecked formatting error.
|
| Indent
An indent for a
Doc.Level or Doc.Break. |
| Indent.Const
A constant function, returning a constant indent.
|
| Indent.If
A conditional function, whose value depends on whether a break was taken.
|
| Input
An input to the formatter.
|
| Input.Tok
A
Tok ("tock") is a token, or a comment, or a newline, or a maximal string of blanks. |
| Input.Token
A
Token is a language-level token. |
| InputOutput |
| Op
An
Op is a member of the sequence of formatting operations emitted by OpsBuilder
and transformed by DocBuilder into a Doc. |
| OpsBuilder.BlankLineWanted
A request to add or remove a blank line in the output.
|
| Output
An output from the formatter.
|
| Output.BreakTag
Unique identifier for a break.
|
| Class and Description |
|---|
| CommentsHelper
Rewrite comments.
|
| FormatterDiagnostic
An error that prevented formatting from succeeding.
|
| Input
An input to the formatter.
|
| Input.Tok
A
Tok ("tock") is a token, or a comment, or a newline, or a maximal string of blanks. |
| Input.Token
A
Token is a language-level token. |
| InputOutput |
| OpsBuilder |
| OpsBuilder.BlankLineWanted
A request to add or remove a blank line in the output.
|
| Output
An output from the formatter.
|
Copyright © 2015–2017 Google Inc.. All rights reserved.