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

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

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

Fields in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser declared as ExecutionPath
static ExecutionPath ExecutionPath.EMPTY
          Singleton ExecutionPath that represents an empty sequence [].
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return ExecutionPath
 ExecutionPath ExecutionPath.append(InstructionContext ins)
          Creates a new ExecutionPath that has [...
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type ExecutionPath
 boolean InstructionContext.execute(Frame inFrame, ExecutionPath executionPredecessors, ExecutionVisitor ev)
          This method symbolically executes the Instruction held in the InstructionContext.
 Frame InstructionContext.getOutFrame(ExecutionPath executionPredecessors)
          This method returns the outgoing execution frame situation; therefore it has to be calculated by execute(Frame, ArrayList) first.
 



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