Uses of Interface
korat.instrumentation.bytecode.BytecodeVisitor

Packages that use BytecodeVisitor
korat.instrumentation.bytecode   
 

Uses of BytecodeVisitor in korat.instrumentation.bytecode
 

Classes in korat.instrumentation.bytecode that implement BytecodeVisitor
 class ArrayBytecodesVisitor
          Visitor that handles each bytecode instruction in order to instrument all accesses to array fields.
 class JavassistInstructionVisitor
           
 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.
 class VisitorSupport
           
 

Methods in korat.instrumentation.bytecode with parameters of type BytecodeVisitor
 void BytecodeInstruction.accept(BytecodeVisitor visitor)