Package com.kenai.jnr.x86asm
Enum Class CONDITION
- All Implemented Interfaces:
Serializable
,Comparable<CONDITION>
,Constable
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
C_NO_CONDITION
Deprecated. -
C_A
Deprecated. -
C_AE
Deprecated. -
C_B
Deprecated. -
C_BE
Deprecated. -
C_C
Deprecated. -
C_E
Deprecated. -
C_G
Deprecated. -
C_GE
Deprecated. -
C_L
Deprecated. -
C_LE
Deprecated. -
C_NA
Deprecated. -
C_NAE
Deprecated. -
C_NB
Deprecated. -
C_NBE
Deprecated. -
C_NC
Deprecated. -
C_NE
Deprecated. -
C_NG
Deprecated. -
C_NGE
Deprecated. -
C_NL
Deprecated. -
C_NLE
Deprecated. -
C_NO
Deprecated. -
C_NP
Deprecated. -
C_NS
Deprecated. -
C_NZ
Deprecated. -
C_O
Deprecated. -
C_P
Deprecated. -
C_PE
Deprecated. -
C_PO
Deprecated. -
C_S
Deprecated. -
C_Z
Deprecated. -
C_OVERFLOW
Deprecated. -
C_NO_OVERFLOW
Deprecated. -
C_BELOW
Deprecated. -
C_ABOVE_EQUAL
Deprecated. -
C_EQUAL
Deprecated. -
C_NOT_EQUAL
Deprecated. -
C_BELOW_EQUAL
Deprecated. -
C_ABOVE
Deprecated. -
C_SIGN
Deprecated. -
C_NOT_SIGN
Deprecated. -
C_PARITY_EVEN
Deprecated. -
C_PARITY_ODD
Deprecated. -
C_LESS
Deprecated. -
C_GREATER_EQUAL
Deprecated. -
C_LESS_EQUAL
Deprecated. -
C_GREATER
Deprecated. -
C_ZERO
Deprecated. -
C_NOT_ZERO
Deprecated. -
C_NEGATIVE
Deprecated. -
C_POSITIVE
Deprecated. -
C_FP_UNORDERED
Deprecated. -
C_FP_NOT_UNORDERED
Deprecated.
-
-
Field Details
-
value
private final int valueDeprecated.
-
-
Constructor Details
-
CONDITION
private CONDITION(int value) Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public final int value()Deprecated.
-