Uses of Enum
com.google.googlejavaformat.java.JavaFormatterOptions.Style
Packages that use JavaFormatterOptions.Style
-
Uses of JavaFormatterOptions.Style in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java declared as JavaFormatterOptions.StyleModifier and TypeFieldDescriptionprivate JavaFormatterOptions.StyleAutoValue_JavaFormatterOptions.Builder.styleprivate final JavaFormatterOptions.StyleAutoValue_JavaFormatterOptions.styleMethods in com.google.googlejavaformat.java that return JavaFormatterOptions.StyleModifier and TypeMethodDescriptionAutoValue_JavaFormatterOptions.style()abstract JavaFormatterOptions.StyleJavaFormatterOptions.style()Returns the code style.static JavaFormatterOptions.StyleReturns the enum constant of this type with the specified name.static JavaFormatterOptions.Style[]JavaFormatterOptions.Style.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type JavaFormatterOptions.StyleModifier and TypeMethodDescriptionstatic StringImportOrderer.reorderImports(String text, JavaFormatterOptions.Style style) Reorder the inputs intext, a complete Java program.AutoValue_JavaFormatterOptions.Builder.style(JavaFormatterOptions.Style style) abstract JavaFormatterOptions.BuilderJavaFormatterOptions.Builder.style(JavaFormatterOptions.Style style) Constructors in com.google.googlejavaformat.java with parameters of type JavaFormatterOptions.StyleModifierConstructorDescriptionprivateAutoValue_JavaFormatterOptions(boolean formatJavadoc, boolean reorderModifiers, JavaFormatterOptions.Style style) privateImportOrderer(String text, com.google.common.collect.ImmutableList<JavaInput.Tok> toks, JavaFormatterOptions.Style style)