Uses of Package
de.uka.ipd.sdq.ByCounter.parsing

Packages that use de.uka.ipd.sdq.ByCounter.parsing
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. 
de.uka.ipd.sdq.ByCounter.parsing Provides analysis of the class structure of instrumented applications. 
de.uka.ipd.sdq.ByCounter.utils Provides utility methods for ByCounter used in different packages. 
 

Classes in de.uka.ipd.sdq.ByCounter.parsing used by de.uka.ipd.sdq.ByCounter.execution
BasicBlockSerialisation
          This class is used to serialise and deserialise basic block definitions of an instrumentation run.
 

Classes in de.uka.ipd.sdq.ByCounter.parsing used by de.uka.ipd.sdq.ByCounter.instrumentation
BasicBlockSerialisation
          This class is used to serialise and deserialise basic block definitions of an instrumentation run.
 

Classes in de.uka.ipd.sdq.ByCounter.parsing used by de.uka.ipd.sdq.ByCounter.parsing
BasicBlockSerialisation
          This class is used to serialise and deserialise basic block definitions of an instrumentation run.
CallGraph
          The static call graph where the nodes are methods.
CallGraphMethod
          A node in the call graph that represents a method.
ClassMethodImplementations
          Holds the methods implemented in a class as well as the name of the super class.
IImplementingClassesFinder
          This interface describes the possibility to find classes on the classpath or otherwise that implement a specific interface.
InstructionBlockDescriptor
          Descriptor for a instruction blocks in Java bytecode.
LineNumberRange
          Denotes a range of source code line numbers which should be measured with BytecodeCounter.
RangeBlockDescriptor
          Descriptor for range blocks, i.e. sections of code in methods defined in LineNumberRanges using MethodDescriptor.setCodeAreasToInstrument(LineNumberRange[]).
RangeBlockDescriptor.BasicBlockOffset
          Describes which instructions in the basic block with the index RangeBlockDescriptor.BasicBlockOffset.basicBlockIndex are added/subtracted in addition to normal basic block counts.
 

Classes in de.uka.ipd.sdq.ByCounter.parsing used by de.uka.ipd.sdq.ByCounter.utils
LineNumberRange
          Denotes a range of source code line numbers which should be measured with BytecodeCounter.