Uses of Enum
com.kenai.jnr.x86asm.INST_CODE
Packages that use INST_CODE
-
Uses of INST_CODE in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as INST_CODEModifier and TypeFieldDescriptionstatic final INST_CODEINST_CODE.INST_JDeprecated.static final INST_CODEINST_CODE.INST_J_SHORTDeprecated.Methods in com.kenai.jnr.x86asm that return INST_CODEModifier and TypeMethodDescriptionstatic final INST_CODEINST_CODE.valueOf(int idx) Deprecated.Returns the enum constant of this type with the specified name.static INST_CODEDeprecated.Returns the enum constant of this type with the specified name.static INST_CODE[]INST_CODE.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kenai.jnr.x86asm with parameters of type INST_CODE