Uses of Enum
com.google.googlejavaformat.Doc.FillMode
Packages that use Doc.FillMode
-
Uses of Doc.FillMode in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return Doc.FillModeModifier and TypeMethodDescriptionstatic Doc.FillModeReturns 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.FillModeModifier and TypeMethodDescriptionfinal voidOpsBuilder.breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent) Emit a genericDoc.Break.final 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.