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