Uses of Class
com.google.googlejavaformat.Doc
Packages that use Doc
-
Uses of Doc in com.google.googlejavaformat
Subclasses of Doc in com.google.googlejavaformatModifier and TypeClassDescriptionstatic final classA leaf node in aDocfor an optional break.(package private) static final classALevelinside aDoc.(package private) static final classA Leaf node in aDocfor a non-breaking space.(package private) static final classA leaf node in aDocfor a non-token.static final classA leafDocfor a token.Fields in com.google.googlejavaformat with type parameters of type DocMethods in com.google.googlejavaformat that return DocMethods in com.google.googlejavaformat with parameters of type DocModifier and TypeMethodDescription(package private) voidAdd aDocto theLevel.(package private) voidMethod parameters in com.google.googlejavaformat with type arguments of type DocModifier 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.private static Doc.StateDoc.Level.computeSplit(CommentsHelper commentsHelper, int maxWidth, List<Doc> docs, Doc.State state) (package private) static intGet the width of a sequence ofDocs.private static void