Uses of Class
edu.rice.cs.cunit.classFile.code.instructions.GenericInstruction

Packages that use GenericInstruction
edu.rice.cs.cunit.classFile.code.instructions   
edu.rice.cs.cunit.instrumentors   
 

Uses of GenericInstruction in edu.rice.cs.cunit.classFile.code.instructions
 

Subclasses of GenericInstruction in edu.rice.cs.cunit.classFile.code.instructions
 class ReferenceInstruction
          Instruction containing a reference to the constant pool.
 class WideInstruction
          Wide Java instruction.
 

Uses of GenericInstruction in edu.rice.cs.cunit.instrumentors
 

Fields in edu.rice.cs.cunit.instrumentors declared as GenericInstruction
private  GenericInstruction MarkerInlineStrategy._iconst_1
          iconst_1 instruction.
private  GenericInstruction MarkerInlineStrategy._monitorEnter
          monitorenter instruction.
private  GenericInstruction MarkerInlineStrategy._monitorExit
          monitorexit instruction.