Uses of Interface
joeq.Util.Templates.ListIterator.BasicBlock

Packages that use ListIterator.BasicBlock
joeq.Compiler.Quad   
joeq.Util.Templates   
 

Uses of ListIterator.BasicBlock in joeq.Compiler.Quad
 

Fields in joeq.Compiler.Quad declared as ListIterator.BasicBlock
protected  ListIterator.BasicBlock QuadIterator.rpoBasicBlocks
          The reverse post order iteration of basic blocks in the control flow graph.
 

Methods in joeq.Compiler.Quad that return ListIterator.BasicBlock
 ListIterator.BasicBlock ControlFlowGraph.postOrderOnReverseGraphIterator()
          Returns an iteration of the basic blocks in the reversed graph in post order.
 ListIterator.BasicBlock ControlFlowGraph.reversePostOrderIterator()
          Returns an iteration of the basic blocks in this graph in reverse post order.
 ListIterator.BasicBlock ControlFlowGraph.reversePostOrderIterator(BasicBlock start_bb)
          Returns an iteration of the basic blocks in this graph reachable from the given basic block in reverse post order, starting from the given basic block.
 ListIterator.BasicBlock ControlFlowGraph.reversePostOrderOnReverseGraphIterator()
          Returns an iteration of the basic blocks in the reversed graph in reverse post order.
 

Uses of ListIterator.BasicBlock in joeq.Util.Templates
 

Classes in joeq.Util.Templates that implement ListIterator.BasicBlock
static class ListWrapper.BasicBlock.EmptyIterator
           
static class ListWrapper.BasicBlock.Iterator
           
 

Methods in joeq.Util.Templates that return ListIterator.BasicBlock
 ListIterator.BasicBlock ListWrapper.BasicBlock.basicBlockIterator()
           
 ListIterator.BasicBlock List.BasicBlock.basicBlockIterator()
           
 ListIterator.BasicBlock UnmodifiableList.BasicBlock.basicBlockIterator()
           
 



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