public static enum AssumeNode.Kind extends Enum<AssumeNode.Kind>
| Enum Constant and Description |
|---|
PROPERTY_NON_NULL_UNDEF
Property value is not null/undefined.
|
VARIABLE_NON_NULL_UNDEF
Variable value is not null/undefined.
|
| Modifier and Type | Method and Description |
|---|---|
static AssumeNode.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssumeNode.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssumeNode.Kind PROPERTY_NON_NULL_UNDEF
public static final AssumeNode.Kind VARIABLE_NON_NULL_UNDEF
public static AssumeNode.Kind 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 static AssumeNode.Kind[] values()
for (AssumeNode.Kind c : AssumeNode.Kind.values()) System.out.println(c);
Copyright © 2012 Aarhus University