Uses of Class
com.google.googlejavaformat.Doc.FillMode
-
Packages that use Doc.FillMode Package Description com.google.googlejavaformat com.google.googlejavaformat.java -
-
Uses of Doc.FillMode in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Doc.FillMode Modifier and Type Field Description private Doc.FillModeDoc.Break. fillModeMethods in com.google.googlejavaformat that return Doc.FillMode Modifier and Type Method Description static Doc.FillModeDoc.FillMode. valueOf(java.lang.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, java.lang.String flat, Indent plusIndent)Emit a genericDoc.Break.voidOpsBuilder. breakOp(Doc.FillMode fillMode, java.lang.String flat, Indent plusIndent, java.util.Optional<Output.BreakTag> optionalTag)Emit a genericDoc.Break.static Doc.BreakDoc.Break. make(Doc.FillMode fillMode, java.lang.String flat, Indent plusIndent)Make aBreak.static Doc.BreakDoc.Break. make(Doc.FillMode fillMode, java.lang.String flat, Indent plusIndent, java.util.Optional<Output.BreakTag> optTag)Make aBreak.Constructors in com.google.googlejavaformat with parameters of type Doc.FillMode Constructor Description Break(Doc.FillMode fillMode, java.lang.String flat, Indent plusIndent, java.util.Optional<Output.BreakTag> optTag) -
Uses of Doc.FillMode in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java with parameters of type Doc.FillMode Modifier and Type Method Description private voidJavaInputAstVisitor. visitDotWithPrefix(java.util.List<com.sun.source.tree.ExpressionTree> items, boolean needDot, java.util.Collection<java.lang.Integer> prefixes, Doc.FillMode prefixFillMode)Output a chain of dereferences where some prefix should be treated as a single syntactic unit, either because it looks like a type name or because there is only a single method invocation in the chain.
-