public static enum SPARCAssembler.Asi extends Enum<SPARCAssembler.Asi>
Enum Constant and Description |
---|
ASI_PRIMARY |
ASI_PRIMARY_LITTLE |
ASI_PRIMARY_NOFAULT |
ASI_ST_BLKINIT_MRU_PRIMARY |
ASI_ST_BLKINIT_PRIMARY |
INVALID |
Modifier and Type | Field and Description |
---|---|
private int |
value |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
boolean |
isValid() |
static SPARCAssembler.Asi |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPARCAssembler.Asi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPARCAssembler.Asi INVALID
public static final SPARCAssembler.Asi ASI_PRIMARY
public static final SPARCAssembler.Asi ASI_PRIMARY_NOFAULT
public static final SPARCAssembler.Asi ASI_PRIMARY_LITTLE
public static final SPARCAssembler.Asi ASI_ST_BLKINIT_PRIMARY
public static final SPARCAssembler.Asi ASI_ST_BLKINIT_MRU_PRIMARY
private final int value
public static SPARCAssembler.Asi[] values()
for (SPARCAssembler.Asi c : SPARCAssembler.Asi.values()) System.out.println(c);
public static SPARCAssembler.Asi 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 nullpublic int getValue()
public boolean isValid()