Uses of Class
joeq.Compiler.BytecodeAnalysis.ControlFlowGraph.RPOBasicBlockIterator

Packages that use ControlFlowGraph.RPOBasicBlockIterator
joeq.Compiler.BytecodeAnalysis   
 

Uses of ControlFlowGraph.RPOBasicBlockIterator in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis that return ControlFlowGraph.RPOBasicBlockIterator
 ControlFlowGraph.RPOBasicBlockIterator ControlFlowGraph.reversePostOrderIterator()
          Returns the basic blocks in reverse post-order.
 ControlFlowGraph.RPOBasicBlockIterator ControlFlowGraph.reversePostOrderIterator(BasicBlock start_bb)
          Returns the basic blocks in reverse post-order starting from the given block.
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.