public enum NoTypes extends Enum<NoTypes> implements NoType
NoType for unit tests.| Enum Constant and Description |
|---|
NONE |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
String |
toString() |
static NoTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfequals, getKind, hashCodepublic static final NoTypes NONE
public static NoTypes[] values()
for (NoTypes c : NoTypes.values()) System.out.println(c);
public static NoTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorCopyright © 2015 inferred.org. All rights reserved.