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

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

Uses of List.BasicBlock in joeq.Compiler.Quad
 

Methods in joeq.Compiler.Quad that return List.BasicBlock
 List.BasicBlock BasicBlock.getExceptionHandlerEntries()
           
 List.BasicBlock ExceptionHandler.getHandledBasicBlocks()
          Returns an iteration of the handled basic blocks.
 List.BasicBlock BasicBlock.getPredecessors()
          Returns an list of the predecessors of this basic block.
 List.BasicBlock BasicBlock.getSuccessors()
          Returns a list of the successors of this basic block.
 List.BasicBlock ControlFlowGraph.postOrderOnReverseGraph(BasicBlock start_bb)
          Returns a list of basic blocks of the reversed graph in post order, starting at the given basic block.
 List.BasicBlock ControlFlowGraph.reversePostOrder(BasicBlock start_bb)
          Returns a list of basic blocks in reverse post order, starting at the given basic block.
 List.BasicBlock ControlFlowGraph.reversePostOrderOnReverseGraph(BasicBlock start_bb)
          Returns a list of basic blocks of the reversed graph in reverse post order, starting at the given basic block.
 

Uses of List.BasicBlock in joeq.Util.Templates
 

Classes in joeq.Util.Templates that implement List.BasicBlock
static class ListWrapper.BasicBlock
           
static class UnmodifiableList.BasicBlock
           
 



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