Uses of Class
korat.instrumentation.bytecode.JavassistInstructionVisitor

Packages that use JavassistInstructionVisitor
korat.instrumentation.bytecode   
 

Uses of JavassistInstructionVisitor in korat.instrumentation.bytecode
 

Subclasses of JavassistInstructionVisitor in korat.instrumentation.bytecode
 class ArrayBytecodesVisitor
          Visitor that handles each bytecode instruction in order to instrument all accesses to array fields.
 class StackTracerVisitor
          This class is intended to be used for tracing the types of values on the operand stack during the traversal of the instructions of a single method.