Uses of Class
com.google.googlejavaformat.Doc
-
Packages that use Doc Package Description com.google.googlejavaformat -
-
Uses of Doc in com.google.googlejavaformat
Subclasses of Doc in com.google.googlejavaformat Modifier and Type Class Description static classDoc.BreakA leaf node in aDocfor an optional break.(package private) static classDoc.LevelALevelinside aDoc.(package private) static classDoc.SpaceA Leaf node in aDocfor a non-breaking space.(package private) static classDoc.TokA leaf node in aDocfor a non-token.static classDoc.TokenA leafDocfor a token.Fields in com.google.googlejavaformat with type parameters of type Doc Modifier and Type Field Description private java.util.List<Doc>Doc.Level. docs(package private) java.util.List<java.util.List<Doc>>Doc.Level. splitsMethods in com.google.googlejavaformat that return Doc Modifier and Type Method Description DocDocBuilder. build()Return theDoc.Methods in com.google.googlejavaformat with parameters of type Doc Modifier and Type Method Description (package private) voidDoc.Level. add(Doc doc)Add aDocto theLevel.(package private) voidDocBuilder. add(Doc doc)Method parameters in com.google.googlejavaformat with type arguments of type Doc Modifier and Type Method Description private static Doc.StateDoc.Level. computeBreakAndSplit(CommentsHelper commentsHelper, int maxWidth, Doc.State state, java.util.Optional<Doc.Break> optBreakDoc, java.util.List<Doc> split)Lay out a Break-separated group of Docs in the current Level.private static Doc.StateDoc.Level. computeSplit(CommentsHelper commentsHelper, int maxWidth, java.util.List<Doc> docs, Doc.State state)(package private) static intDoc.Level. getWidth(java.util.List<Doc> docs)Get the width of a sequence ofDocs.private static voidDoc.Level. splitByBreaks(java.util.List<Doc> docs, java.util.List<java.util.List<Doc>> splits, java.util.List<Doc.Break> breaks)
-