public static enum IncrementalEvaluation.Status extends Enum<IncrementalEvaluation.Status>
| Enum Constant and Description |
|---|
IS_FALSE |
IS_NULL |
IS_TRUE |
SAME_EXPRESSION |
SIMPLIFIED_EXPRESSION |
| Modifier and Type | Method and Description |
|---|---|
static IncrementalEvaluation.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncrementalEvaluation.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncrementalEvaluation.Status SAME_EXPRESSION
public static final IncrementalEvaluation.Status SIMPLIFIED_EXPRESSION
public static final IncrementalEvaluation.Status IS_NULL
public static final IncrementalEvaluation.Status IS_FALSE
public static final IncrementalEvaluation.Status IS_TRUE
public static IncrementalEvaluation.Status[] values()
for (IncrementalEvaluation.Status c : IncrementalEvaluation.Status.values()) System.out.println(c);
public static IncrementalEvaluation.Status 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 nullCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.