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