org.jikesrvm.compilers.opt.ir
Class ControlFlowGraph.NodeEnumeration<T>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_node
private SpaceEffGraphNode _node
_end
private SpaceEffGraphNode _end
ControlFlowGraph.NodeEnumeration
public ControlFlowGraph.NodeEnumeration(ControlFlowGraph cfg)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement
in interface Enumeration<T>