public static enum InstructionSet.TypeSpec extends java.lang.Enum<InstructionSet.TypeSpec>
Enum Constant and Description |
---|
A |
ARGS |
B |
C |
D |
F |
I |
IorForS |
J |
L |
LorD |
N |
NONE |
O |
RA |
S |
UNKNOWN |
Z |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
longName |
private java.lang.String |
shortName |
private int |
size |
private int |
slots |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongName() |
java.lang.String |
getShortName() |
int |
getSize() |
int |
getSlots() |
static InstructionSet.TypeSpec |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.TypeSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.TypeSpec NONE
public static final InstructionSet.TypeSpec Z
public static final InstructionSet.TypeSpec C
public static final InstructionSet.TypeSpec F
public static final InstructionSet.TypeSpec D
public static final InstructionSet.TypeSpec B
public static final InstructionSet.TypeSpec S
public static final InstructionSet.TypeSpec I
public static final InstructionSet.TypeSpec L
public static final InstructionSet.TypeSpec J
public static final InstructionSet.TypeSpec A
public static final InstructionSet.TypeSpec O
public static final InstructionSet.TypeSpec N
public static final InstructionSet.TypeSpec IorForS
public static final InstructionSet.TypeSpec LorD
public static final InstructionSet.TypeSpec RA
public static final InstructionSet.TypeSpec UNKNOWN
public static final InstructionSet.TypeSpec ARGS
private final java.lang.String longName
private final java.lang.String shortName
private final int size
private final int slots
public static InstructionSet.TypeSpec[] values()
for (InstructionSet.TypeSpec c : InstructionSet.TypeSpec.values()) System.out.println(c);
public static InstructionSet.TypeSpec 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 nullpublic int getSize()
public int getSlots()
public java.lang.String getLongName()
public java.lang.String getShortName()