Uses of Class
com.kenai.jnr.x86asm.INST_CODE

Packages that use INST_CODE
com.kenai.jnr.x86asm   
 

Uses of INST_CODE in com.kenai.jnr.x86asm
 

Fields in com.kenai.jnr.x86asm declared as INST_CODE
static INST_CODE INST_CODE.INST_J
          Deprecated.  
static INST_CODE INST_CODE.INST_J_SHORT
          Deprecated.  
 

Methods in com.kenai.jnr.x86asm that return INST_CODE
static INST_CODE INST_CODE.valueOf(int idx)
          Deprecated.  
static INST_CODE INST_CODE.valueOf(String name)
          Deprecated. 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
static InstructionDescription InstructionDescription.find(INST_CODE code)
          Deprecated.  
 



Copyright © 2012. All Rights Reserved.