public static enum SPARCAssembler.Op2s extends Enum<SPARCAssembler.Op2s>
Enum Constant and Description |
---|
Bp |
Bpr |
Br |
Cb |
Fb |
Fbp |
Illtrap |
Sethi |
Modifier and Type | Field and Description |
---|---|
private int |
value |
Modifier and Type | Method and Description |
---|---|
static SPARCAssembler.Op2s |
byValue(int value) |
int |
getValue() |
static SPARCAssembler.Op2s |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPARCAssembler.Op2s[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPARCAssembler.Op2s Illtrap
public static final SPARCAssembler.Op2s Bpr
public static final SPARCAssembler.Op2s Fb
public static final SPARCAssembler.Op2s Fbp
public static final SPARCAssembler.Op2s Br
public static final SPARCAssembler.Op2s Bp
public static final SPARCAssembler.Op2s Cb
public static final SPARCAssembler.Op2s Sethi
private final int value
public static SPARCAssembler.Op2s[] values()
for (SPARCAssembler.Op2s c : SPARCAssembler.Op2s.values()) System.out.println(c);
public static SPARCAssembler.Op2s 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 static SPARCAssembler.Op2s byValue(int value)