public static enum Execode.EOperand extends java.lang.Enum<Execode.EOperand>
Modifier and Type | Field and Description |
---|---|
(package private) int |
ix |
Modifier and Type | Method and Description |
---|---|
static Execode.EOperand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Execode.EOperand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Execode.EOperand var
public static final Execode.EOperand constant
public static final Execode.EOperand stack
public static Execode.EOperand[] values()
for (Execode.EOperand c : Execode.EOperand.values()) System.out.println(c);
public static Execode.EOperand 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