Uses of Class
de.uka.ipd.sdq.ByCounter.instrumentation.BlockCountingMode

Packages that use BlockCountingMode
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
de.uka.ipd.sdq.ByCounter.instrumentation Provides counting instrumentation for ByCounter. 
 

Uses of BlockCountingMode in de.uka.ipd.sdq.ByCounter.execution
 

Fields in de.uka.ipd.sdq.ByCounter.execution declared as BlockCountingMode
 BlockCountingMode ProtocolCountStructure.blockCountingMode
          Mode in which the instructions have been grouped for counting.
 

Uses of BlockCountingMode in de.uka.ipd.sdq.ByCounter.instrumentation
 

Fields in de.uka.ipd.sdq.ByCounter.instrumentation declared as BlockCountingMode
static BlockCountingMode[] BlockCountingMode.values
          Statically set version of values()
 

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