Uses of Class
com.google.googlejavaformat.java.JavaInputAstVisitor.BracesOrNot
| Package | Description |
|---|---|
| com.google.googlejavaformat.java |
-
Uses of JavaInputAstVisitor.BracesOrNot in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.BracesOrNot Modifier and Type Method Description static JavaInputAstVisitor.BracesOrNotJavaInputAstVisitor.BracesOrNot. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaInputAstVisitor.BracesOrNot[]JavaInputAstVisitor.BracesOrNot. 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 JavaInputAstVisitor.BracesOrNot Modifier and Type Method Description protected voidJavaInputAstVisitor. addBodyDeclarations(List<? extends Tree> bodyDeclarations, JavaInputAstVisitor.BracesOrNot braces, JavaInputAstVisitor.FirstDeclarationsOrNot first0)Add a list of declarations.