Package | Description |
---|---|
com.google.googlejavaformat |
Modifier and Type | Method and Description |
---|---|
static Doc.FillMode |
Doc.FillMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Doc.FillMode[] |
Doc.FillMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpsBuilder.breakOp(Doc.FillMode fillMode,
String flat,
Indent plusIndent)
Emit a generic
Doc.Break . |
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)
Make a
Break . |
static Doc.Break |
Doc.Break.make(Doc.FillMode fillMode,
String flat,
Indent plusIndent,
Optional<Output.BreakTag> optTag)
Make a
Break . |
Copyright © 2015–2017 Google Inc.. All rights reserved.