org.jikesrvm.compilers.opt.ir
Class ControlFlowGraph.NodeEnumeration<T>

java.lang.Object
  extended by org.jikesrvm.compilers.opt.ir.ControlFlowGraph.NodeEnumeration<T>
All Implemented Interfaces:
Enumeration<T>
Enclosing class:
ControlFlowGraph

private static final class ControlFlowGraph.NodeEnumeration<T>
extends Object
implements Enumeration<T>


Field Summary
private  SpaceEffGraphNode _end
           
private  SpaceEffGraphNode _node
           
 
Constructor Summary
ControlFlowGraph.NodeEnumeration(ControlFlowGraph cfg)
           
 
Method Summary
 boolean hasMoreElements()
           
 T nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_node

private SpaceEffGraphNode _node

_end

private SpaceEffGraphNode _end
Constructor Detail

ControlFlowGraph.NodeEnumeration

public ControlFlowGraph.NodeEnumeration(ControlFlowGraph cfg)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<T>

nextElement

public T nextElement()
Specified by:
nextElement in interface Enumeration<T>