public static enum UnaryOperation.OpID extends Enum<UnaryOperation.OpID>
Enum Constant and Description |
---|
DOUBLETOFLOAT |
DOUBLETOINT |
DOUBLETOLONG |
FLOATTODOUBLE |
FLOATTOINT |
FLOATTOLONG |
INTTOBYTE |
INTTOCHAR |
INTTODOUBLE |
INTTOFLOAT |
INTTOLONG |
INTTOSHORT |
LONGTODOUBLE |
LONGTOFLOAT |
LONGTOINT |
MOVE |
MOVE_EXCEPTION |
MOVE_WIDE |
NEGDOUBLE |
NEGFLOAT |
NEGINT |
NEGLONG |
NOT |
NOTINT |
NOTLONG |
Modifier and Type | Method and Description |
---|---|
static UnaryOperation.OpID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperation.OpID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnaryOperation.OpID MOVE
public static final UnaryOperation.OpID MOVE_WIDE
public static final UnaryOperation.OpID MOVE_EXCEPTION
public static final UnaryOperation.OpID NOT
public static final UnaryOperation.OpID NEGINT
public static final UnaryOperation.OpID NOTINT
public static final UnaryOperation.OpID NEGLONG
public static final UnaryOperation.OpID NOTLONG
public static final UnaryOperation.OpID NEGFLOAT
public static final UnaryOperation.OpID NEGDOUBLE
public static final UnaryOperation.OpID DOUBLETOLONG
public static final UnaryOperation.OpID DOUBLETOFLOAT
public static final UnaryOperation.OpID INTTOBYTE
public static final UnaryOperation.OpID INTTOCHAR
public static final UnaryOperation.OpID INTTOSHORT
public static final UnaryOperation.OpID DOUBLETOINT
public static final UnaryOperation.OpID FLOATTODOUBLE
public static final UnaryOperation.OpID FLOATTOLONG
public static final UnaryOperation.OpID FLOATTOINT
public static final UnaryOperation.OpID LONGTODOUBLE
public static final UnaryOperation.OpID LONGTOFLOAT
public static final UnaryOperation.OpID LONGTOINT
public static final UnaryOperation.OpID INTTODOUBLE
public static final UnaryOperation.OpID INTTOFLOAT
public static final UnaryOperation.OpID INTTOLONG
public static UnaryOperation.OpID[] values()
for (UnaryOperation.OpID c : UnaryOperation.OpID.values()) System.out.println(c);
public static UnaryOperation.OpID 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 null