(package private) static JavaInputAstVisitor.VarArgsOrNot |
JavaInputAstVisitor.VarArgsOrNot.fromVariable(com.sun.source.tree.VariableTree node) |
|
(package private) static JavaInputAstVisitor.VarArgsOrNot |
JavaInputAstVisitor.VarArgsOrNot.valueOf(boolean b) |
Returns the enum constant of this type with the specified name.
|
static JavaInputAstVisitor.VarArgsOrNot |
JavaInputAstVisitor.VarArgsOrNot.valueOf(java.lang.String 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.
|