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

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

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

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return Frame
 Frame Frame.getClone()
           
 Frame InstructionContext.getInFrame()
           
 Frame InstructionContext.getOutFrame(ExecutionPath executionPredecessors)
          This method returns the outgoing execution frame situation; therefore it has to be calculated by execute(Frame, ArrayList) first.
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type Frame
 boolean InstructionContext.execute(Frame inFrame, ExecutionPath executionPredecessors, ExecutionVisitor ev)
          This method symbolically executes the Instruction held in the InstructionContext.
 void ExecutionVisitor.setFrame(Frame f)
          The only method granting access to the single instance of the ExecutionVisitor class.
 



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