public static enum SPARCAssembler.Fcn extends Enum<SPARCAssembler.Fcn>
Enum Constant and Description |
---|
NearestUnifiedCache |
OneRead |
OneReadStrong |
OneWrite |
OneWriteStrong |
Page |
SeveralReadsStrong |
SeveralReadsWeak |
SeveralWritesAndPossiblyReads |
SeveralWritesAndPossiblyReadsStrong |
Modifier and Type | Field and Description |
---|---|
private int |
value |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static SPARCAssembler.Fcn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPARCAssembler.Fcn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPARCAssembler.Fcn SeveralWritesAndPossiblyReads
public static final SPARCAssembler.Fcn SeveralReadsWeak
public static final SPARCAssembler.Fcn OneRead
public static final SPARCAssembler.Fcn OneWrite
public static final SPARCAssembler.Fcn Page
public static final SPARCAssembler.Fcn NearestUnifiedCache
public static final SPARCAssembler.Fcn SeveralReadsStrong
public static final SPARCAssembler.Fcn OneReadStrong
public static final SPARCAssembler.Fcn SeveralWritesAndPossiblyReadsStrong
public static final SPARCAssembler.Fcn OneWriteStrong
private final int value
public static SPARCAssembler.Fcn[] values()
for (SPARCAssembler.Fcn c : SPARCAssembler.Fcn.values()) System.out.println(c);
public static SPARCAssembler.Fcn 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()