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