| Enum Constant and Description |
|---|
BMC |
C2I |
CONTRACTCK |
IC3 |
IND |
IND2 |
interpreter |
INVGEN |
INVGENINT |
INVGENINTOS |
INVGENMACH |
INVGENMACHOS |
INVGENOS |
INVGENREAL |
INVGENREALOS |
MCS |
| Modifier and Type | Method and Description |
|---|---|
static Module |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Module IC3
public static final Module BMC
public static final Module IND
public static final Module IND2
public static final Module INVGEN
public static final Module INVGENOS
public static final Module INVGENINT
public static final Module INVGENINTOS
public static final Module INVGENMACH
public static final Module INVGENMACHOS
public static final Module INVGENREAL
public static final Module INVGENREALOS
public static final Module C2I
public static final Module interpreter
public static final Module MCS
public static final Module CONTRACTCK
public static Module[] values()
for (Module c : Module.values()) System.out.println(c);
public static Module valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null