Uses of Enum
com.google.googlejavaformat.Doc.FillMode
Packages that use Doc.FillMode
-
Uses of Doc.FillMode in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Doc.FillModeMethods 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.Constructors in com.google.googlejavaformat with parameters of type Doc.FillModeModifierConstructorDescriptionprivateBreak(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optTag) -
Uses of Doc.FillMode in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java with parameters of type Doc.FillModeModifier and TypeMethodDescriptionprivate voidJavaInputAstVisitor.visitDotWithPrefix(List<com.sun.source.tree.ExpressionTree> items, boolean needDot, Collection<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.