Uses of Interface
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.InstructionContext

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

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

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return InstructionContext
 InstructionContext ControlFlowGraph.contextOf(org.apache.bcel.generic.InstructionHandle inst)
          Returns the InstructionContext of a given instruction.
 InstructionContext[] ControlFlowGraph.contextsOf(org.apache.bcel.generic.InstructionHandle[] insts)
          Returns the InstructionContext[] of a given InstructionHandle[], in a naturally ordered manner.
 InstructionContext[] ControlFlowGraph.getInstructionContexts()
          Returns an InstructionContext[] with all the InstructionContext instances for the method whose control flow is represented by this ControlFlowGraph (NOT ORDERED!).
 InstructionContext[] InstructionContext.getSuccessors()
          Returns the usual control flow successors.
 InstructionContext ExecutionPath.lastExecutionJSR()
          Returns the InstructionContextImpl with an JSR/JSR_W that was last in the ExecutionChain, without a corresponding RET, i.e.
 

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



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