Uses of Class
korat.instrumentation.bytecode.OperandStack

Packages that use OperandStack
korat.instrumentation.bytecode   
 

Uses of OperandStack in korat.instrumentation.bytecode
 

Fields in korat.instrumentation.bytecode declared as OperandStack
protected  OperandStack JavassistInstructionVisitor.operandStack
           
 

Methods in korat.instrumentation.bytecode that return OperandStack
 OperandStack OperandStack.getClone()
           
 

Constructors in korat.instrumentation.bytecode with parameters of type OperandStack
ArrayBytecodesVisitor(ClassPool classPool, ConstPool constPool, OperandStack operandStack)
           
JavassistInstructionVisitor(ClassPool classPool, ConstPool constPool, OperandStack localStack)
           
StackTracerVisitor(ClassPool classPool, ConstPool constPool, CtClass clz, MethodInfo mi, OperandStack operandStack)
          Creates visitor and initializes the list of local variables.