Uses of Class
com.google.googlejavaformat.Doc.FillMode
| Package | Description |
|---|---|
| com.google.googlejavaformat |
-
Uses of Doc.FillMode in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return Doc.FillMode Modifier and Type Method Description static Doc.FillModeDoc.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.Methods in com.google.googlejavaformat with parameters of type Doc.FillMode Modifier and Type Method Description voidOpsBuilder. breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent)Emit a genericDoc.Break.voidOpsBuilder. breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optionalTag)Emit a genericDoc.Break.static Doc.BreakDoc.Break. make(Doc.FillMode fillMode, String flat, Indent plusIndent)Make aBreak.static Doc.BreakDoc.Break. make(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optTag)Make aBreak.