Uses of Class
korat.instrumentation.bytecode.OperandStack.StackElem

Packages that use OperandStack.StackElem
korat.instrumentation.bytecode   
 

Uses of OperandStack.StackElem in korat.instrumentation.bytecode
 

Fields in korat.instrumentation.bytecode declared as OperandStack.StackElem
private  OperandStack.StackElem OperandStack.lastPoppedOut
           
 

Fields in korat.instrumentation.bytecode with type parameters of type OperandStack.StackElem
private  Stack<OperandStack.StackElem> OperandStack.opStack
          Stack of the array object pushed onto the stack.
 

Methods in korat.instrumentation.bytecode that return OperandStack.StackElem
 OperandStack.StackElem OperandStack.get(int index)
           
 OperandStack.StackElem OperandStack.getLastPoppedOut()
           
 OperandStack.StackElem OperandStack.peek()
           
 OperandStack.StackElem OperandStack.pop()
           
 

Methods in korat.instrumentation.bytecode with parameters of type OperandStack.StackElem
 void OperandStack.push(OperandStack.StackElem elem)
           
private  void StackTracerVisitor.push(OperandStack.StackElem elem)
           
private  void StackTracerVisitor.setConsumedBy(OperandStack.StackElem elem, BytecodeInstruction instr)