public static enum Debugger.WaitOption extends Enum<Debugger.WaitOption>
| Enum Constant and Description |
|---|
BLOCKING_VALIDATION_FINISHED
BLOCKING_VALIDATION_FINISHED
|
BLOCKING_VALIDATION_STARTED
BLOCKING_VALIDATION_STARTED
|
CLASH
CLASH
|
DATATYPE_CHECKING
DATATYPE_CHECKING
|
EXISTENTIAL_EXPANSION
EXISTENTIAL_EXPANSION
|
GRAPH_EXPANSION
GRAPH_EXPANSION
|
MERGE
MERGE
|
| Modifier and Type | Method and Description |
|---|---|
static Debugger.WaitOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Debugger.WaitOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Debugger.WaitOption GRAPH_EXPANSION
public static final Debugger.WaitOption EXISTENTIAL_EXPANSION
public static final Debugger.WaitOption CLASH
public static final Debugger.WaitOption MERGE
public static final Debugger.WaitOption DATATYPE_CHECKING
public static final Debugger.WaitOption BLOCKING_VALIDATION_STARTED
public static final Debugger.WaitOption BLOCKING_VALIDATION_FINISHED
public static Debugger.WaitOption[] values()
for (Debugger.WaitOption c : Debugger.WaitOption.values()) System.out.println(c);
public static Debugger.WaitOption 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 © 2017. All Rights Reserved.