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

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

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

Methods in de.uka.ipd.sdq.ByCounter.utils.wide that return WideOperandType
static WideOperandType WideOperandType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WideOperandType[] WideOperandType.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 WideOperandType
 void WideVsNormal.printSourceCodeToCmd(int numberOfVariables, int nrOfIterations, WideOperandType type, boolean useArrayExplicitly, int precomputedArraySize, java.lang.String methodName)
          TODO modify: use StringBuffer
 void WideVsNormal.randomVariablesIterationGeneration(int numberOfVariables, int nrOfIterations, WideOperandType type, WideInstructionType instr, boolean useArrayExplicitly, int arraySize)
          TODO still unparameterised...