enum DisemblResult extends java.lang.Enum<DisemblResult>
| Enum Constant and Description |
|---|
COILS
These contains ranges and scores
|
HOTLOOPS |
REM465 |
| Modifier and Type | Method and Description |
|---|---|
static DisemblResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisemblResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisemblResult COILS
public static final DisemblResult REM465
public static final DisemblResult HOTLOOPS
public static DisemblResult[] values()
for (DisemblResult c : DisemblResult.values()) System.out.println(c);
public static DisemblResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null