Uses of Class
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.OperandStack

Packages that use OperandStack
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser   
 

Uses of OperandStack in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return OperandStack
 OperandStack OperandStack.getClone()
          Returns a (typed!) clone of this.
 OperandStack Frame.getStack()
           
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type OperandStack
 void OperandStack.merge(OperandStack s)
          Merges another stack state into this instance's stack state.
 

Constructors in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type OperandStack
Frame(LocalVariables locals, OperandStack stack)
           
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.