Uses of Class
com.google.googlejavaformat.java.JavaFormatterOptions.Style
-
Packages that use JavaFormatterOptions.Style Package Description com.google.googlejavaformat.java -
-
Uses of JavaFormatterOptions.Style in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java declared as JavaFormatterOptions.Style Modifier and Type Field Description private JavaFormatterOptions.StyleAutoValue_JavaFormatterOptions.Builder. styleprivate JavaFormatterOptions.StyleAutoValue_JavaFormatterOptions. styleMethods in com.google.googlejavaformat.java that return JavaFormatterOptions.Style Modifier and Type Method Description JavaFormatterOptions.StyleAutoValue_JavaFormatterOptions. style()abstract JavaFormatterOptions.StyleJavaFormatterOptions. style()Returns the code style.static JavaFormatterOptions.StyleJavaFormatterOptions.Style. valueOf(java.lang.String name)Returns 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.Style Modifier and Type Method Description static java.lang.StringImportOrderer. reorderImports(java.lang.String text, JavaFormatterOptions.Style style)Reorder the inputs intext, a complete Java program.JavaFormatterOptions.BuilderAutoValue_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.Style Constructor Description AutoValue_JavaFormatterOptions(boolean formatJavadoc, boolean reorderModifiers, JavaFormatterOptions.Style style)ImportOrderer(java.lang.String text, com.google.common.collect.ImmutableList<JavaInput.Tok> toks, JavaFormatterOptions.Style style)
-