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

Packages that use InstrumentationState
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. 
 

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

Methods in de.uka.ipd.sdq.ByCounter.instrumentation that return InstrumentationState
 InstrumentationState Instrumenter.getInstrumentationState()
           
 

Constructors in de.uka.ipd.sdq.ByCounter.instrumentation with parameters of type InstrumentationState
Instrumenter(byte[] classAsBytes, InstrumentationParameters parameters, InstrumentationState state)
          Creates an Instrumenter for the specified class.
Instrumenter(java.lang.String className, InstrumentationParameters params, InstrumentationState state)
          Creates an Instrumenter for the specified class.
MethodCountClassAdapter(org.objectweb.asm.ClassVisitor visitor, InstrumentationParameters parameters, InstrumentationState state)
          Create a new MethodCountAdapter.
MethodCountMethodAdapter(org.objectweb.asm.MethodVisitor v, int access, java.lang.String superName, java.lang.String className, java.lang.String qualifyingMethodName, java.lang.String desc, InstrumentationParameters instrumentationParameters, InstrumentationState instrumentationState, MethodDescriptor method)
          Creates the method adapter.
MethodSectionCountClassAdapter(org.objectweb.asm.ClassVisitor visitor, InstrumentationParameters params, InstrumentationState state)
          Deprecated. Create a new MethodSectionCountClassAdapter.
 

Uses of InstrumentationState in de.uka.ipd.sdq.ByCounter.parsing
 

Constructors in de.uka.ipd.sdq.ByCounter.parsing with parameters of type InstrumentationState
BasicBlockAnalyser(java.lang.String methodDescriptorString, InstrumentationState instrumentationState)
          Construct the basic block analyser.
MethodPreInstrumentationParser(org.objectweb.asm.MethodVisitor mv, int access, java.lang.String owner, java.lang.String name, java.lang.String desc, MethodCountMethodAdapter methodCountMethodAdapter, InstrumentationParameters parameters, InstrumentationState state, MethodDescriptor method)
           
RangeBlockAnalyser(MethodDescriptor currentMethod, InstrumentationState instrumentationState)
          Construct the RangeBlockAnalyser and prepare it for analysing the specified method.