|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SEGMENT>
com.kenai.jnr.x86asm.SEGMENT
@Deprecated public enum SEGMENT
Segment override prefixes.
| Enum Constant Summary | |
|---|---|
SEGMENT_CS
Deprecated. |
|
SEGMENT_DS
Deprecated. |
|
SEGMENT_ES
Deprecated. |
|
SEGMENT_FS
Deprecated. |
|
SEGMENT_GS
Deprecated. |
|
SEGMENT_NONE
Deprecated. |
|
SEGMENT_SS
Deprecated. |
|
| Method Summary | |
|---|---|
int |
prefix()
Deprecated. |
static SEGMENT |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static SEGMENT[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SEGMENT SEGMENT_NONE
public static final SEGMENT SEGMENT_CS
public static final SEGMENT SEGMENT_SS
public static final SEGMENT SEGMENT_DS
public static final SEGMENT SEGMENT_ES
public static final SEGMENT SEGMENT_FS
public static final SEGMENT SEGMENT_GS
| Method Detail |
|---|
public static SEGMENT[] values()
for (SEGMENT c : SEGMENT.values()) System.out.println(c);
public static SEGMENT valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int prefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||