| 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,
java.lang.String flat,
Indent plusIndent,
com.google.common.base.Optional<Output.BreakTag> optionalTag)
Emit a generic
Doc.Break. |
static Doc.Break |
Doc.Break.make(Doc.FillMode fillMode,
java.lang.String flat,
Indent plusIndent,
com.google.common.base.Optional<Output.BreakTag> optTag)
Make a
Break. |
Copyright © 2015-2018 Google Inc.. All Rights Reserved.