| Package | Description |
|---|---|
| com.google.googlejavaformat |
| Modifier and Type | Method and Description |
|---|---|
static OpsBuilder.BlankLineWanted |
OpsBuilder.BlankLineWanted.conditional(Output.BreakTag breakTag)
Emit a blank line if the given break is taken.
|
static Indent.If |
Indent.If.make(Output.BreakTag condition,
Indent thenIndent,
Indent elseIndent) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpsBuilder.breakOp(Doc.FillMode fillMode,
String flat,
Indent plusIndent,
Optional<Output.BreakTag> optionalTag)
Emit a generic
Doc.Break. |
static Doc.Break |
Doc.Break.make(Doc.FillMode fillMode,
String flat,
Indent plusIndent,
Optional<Output.BreakTag> optTag)
Make a
Break. |
Copyright © 2015–2016 Google Inc.. All rights reserved.