Uses of Class
de.uka.ipd.sdq.ByCounter.utils.wide.WideInstructionType

Packages that use WideInstructionType
de.uka.ipd.sdq.ByCounter.utils.wide Experimental code dealing with wide vs non-wide bytecode instructions. 
 

Uses of WideInstructionType in de.uka.ipd.sdq.ByCounter.utils.wide
 

Methods in de.uka.ipd.sdq.ByCounter.utils.wide that return WideInstructionType
static WideInstructionType WideInstructionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WideInstructionType[] WideInstructionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.uka.ipd.sdq.ByCounter.utils.wide with parameters of type WideInstructionType
 void WideVsNormal.randomVariablesIterationGeneration(int numberOfVariables, int nrOfIterations, WideOperandType type, WideInstructionType instr, boolean useArrayExplicitly, int arraySize)
          TODO still unparameterised...