public static enum Argument.Kind extends java.lang.Enum<Argument.Kind>
Enum Constant and Description |
---|
IMM |
IMM_BINOP |
IMM_LAZY |
IMM_RANDOM |
IMM_UNKNOWN |
IMM_UNOP |
LABEL |
MODE |
OP |
Modifier and Type | Method and Description |
---|---|
protected void |
checkClass(java.lang.Class<?> c) |
static Argument.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Argument.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Argument.Kind IMM
public static final Argument.Kind IMM_RANDOM
public static final Argument.Kind IMM_BINOP
public static final Argument.Kind IMM_UNOP
public static final Argument.Kind IMM_UNKNOWN
public static final Argument.Kind IMM_LAZY
public static final Argument.Kind LABEL
public static final Argument.Kind MODE
public static final Argument.Kind OP
public static Argument.Kind[] values()
for (Argument.Kind c : Argument.Kind.values()) System.out.println(c);
public static Argument.Kind 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 nullprotected void checkClass(java.lang.Class<?> c)