Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.FirstDeclarationsOrNot
Packages that use JavaInputAstVisitor.FirstDeclarationsOrNot
-
Uses of JavaInputAstVisitor.FirstDeclarationsOrNot in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.FirstDeclarationsOrNotModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.JavaInputAstVisitor.FirstDeclarationsOrNot.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.FirstDeclarationsOrNotModifier and TypeMethodDescriptionprotected voidJavaInputAstVisitor.addBodyDeclarations(List<? extends Tree> bodyDeclarations, JavaInputAstVisitor.BracesOrNot braces, JavaInputAstVisitor.FirstDeclarationsOrNot first0) Add a list of declarations.