public enum InstructionFormat extends java.lang.Enum<InstructionFormat>
Enum Constant and Description |
---|
kFmt10t |
kFmt10x |
kFmt11n |
kFmt11x |
kFmt12x |
kFmt20t |
kFmt21c |
kFmt21h |
kFmt21s |
kFmt21t |
kFmt22b |
kFmt22c |
kFmt22s |
kFmt22t |
kFmt22x |
kFmt23x |
kFmt30t |
kFmt31c |
kFmt31i |
kFmt31t |
kFmt32x |
kFmt35c |
kFmt3rc |
kFmt45cc |
kFmt4rcc |
kFmt51l |
Modifier and Type | Field and Description |
---|---|
int |
size |
Modifier and Type | Method and Description |
---|---|
static InstructionFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionFormat kFmt10x
public static final InstructionFormat kFmt12x
public static final InstructionFormat kFmt11n
public static final InstructionFormat kFmt11x
public static final InstructionFormat kFmt10t
public static final InstructionFormat kFmt20t
public static final InstructionFormat kFmt22x
public static final InstructionFormat kFmt21t
public static final InstructionFormat kFmt21s
public static final InstructionFormat kFmt21h
public static final InstructionFormat kFmt21c
public static final InstructionFormat kFmt23x
public static final InstructionFormat kFmt22b
public static final InstructionFormat kFmt22t
public static final InstructionFormat kFmt22s
public static final InstructionFormat kFmt22c
public static final InstructionFormat kFmt30t
public static final InstructionFormat kFmt32x
public static final InstructionFormat kFmt31i
public static final InstructionFormat kFmt31t
public static final InstructionFormat kFmt31c
public static final InstructionFormat kFmt35c
public static final InstructionFormat kFmt3rc
public static final InstructionFormat kFmt45cc
public static final InstructionFormat kFmt4rcc
public static final InstructionFormat kFmt51l
public static InstructionFormat[] values()
for (InstructionFormat c : InstructionFormat.values()) System.out.println(c);
public static InstructionFormat 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