Uses of Class
com.google.googlejavaformat.Doc.Break
Packages that use Doc.Break
-
Uses of Doc.Break in com.google.googlejavaformat
Fields in com.google.googlejavaformat with type parameters of type Doc.BreakMethods in com.google.googlejavaformat that return Doc.BreakModifier and TypeMethodDescriptionstatic 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.static Doc.BreakDoc.Break.makeForced()Make a forcedBreak.Methods in com.google.googlejavaformat with parameters of type Doc.BreakModifier and TypeMethodDescription(package private) voidMethod parameters in com.google.googlejavaformat with type arguments of type Doc.BreakModifier and TypeMethodDescriptionprivate static Doc.StateDoc.Level.computeBreakAndSplit(CommentsHelper commentsHelper, int maxWidth, Doc.State state, Optional<Doc.Break> optBreakDoc, List<Doc> split) Lay out a Break-separated group of Docs in the current Level.