Module com.google.googlejavaformat
Package com.google.googlejavaformat
package com.google.googlejavaformat
-
Interface SummaryInterfaceDescriptionRewrite comments.A
Tok("tock") is a token, or a comment, or a newline, or a maximal string of blanks.ATokenis a language-level token.AnOpis a member of the sequence of formatting operations emitted byOpsBuilderand transformed byDocBuilderinto aDoc. -
Class SummaryClassDescriptionA leaf node in a
Docfor an optional break.State for writing.A leafDocfor a token.An error that prevented formatting from succeeding.An indent for aDoc.LevelorDoc.Break.A constant function, returning a constant indent.A conditional function, whose value depends on whether a break was taken.An input to the formatter.Platform-independent newline handling.AnOpenOpopens a level.A request to add or remove a blank line in the output.An output from the formatter.Unique identifier for a break. -
Enum SummaryEnumDescriptionA
CloseOpcloses a level.Is a Token a real token, or imaginary (e.g., a token generated incorrectly, or an EOF)? -
Error Summary