Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.VarArgsOrNot
Packages that use JavaInputAstVisitor.VarArgsOrNot
-
Uses of JavaInputAstVisitor.VarArgsOrNot in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.VarArgsOrNotModifier and TypeMethodDescription(package private) static JavaInputAstVisitor.VarArgsOrNotJavaInputAstVisitor.VarArgsOrNot.fromVariable(com.sun.source.tree.VariableTree node) (package private) static JavaInputAstVisitor.VarArgsOrNotJavaInputAstVisitor.VarArgsOrNot.valueOf(boolean b) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static JavaInputAstVisitor.VarArgsOrNot[]JavaInputAstVisitor.VarArgsOrNot.values()Returns an array containing the constants of this enum type, in the order they are declared.