harpoon.Analysis.DataFlow
Class ReversePostOrderIterator

java.lang.Object
  extended by harpoon.Analysis.DataFlow.ReversePostOrderIterator
All Implemented Interfaces:
Iterator

public class ReversePostOrderIterator
extends Object
implements Iterator


Field Summary
static boolean DEBUG
           
 
Constructor Summary
ReversePostOrderIterator(BasicBlock start)
           
 
Method Summary
 ReversePostOrderIterator copy()
           
static void db(String s)
           
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

ReversePostOrderIterator

public ReversePostOrderIterator(BasicBlock start)
Method Detail

db

public static void db(String s)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

copy

public ReversePostOrderIterator copy()