private static final class ControlFlowGraph.NodeEnumeration<T> extends Object implements Enumeration<T>
Modifier and Type | Field and Description |
---|---|
private SpaceEffGraphNode |
_end |
private SpaceEffGraphNode |
_node |
Constructor and Description |
---|
NodeEnumeration(ControlFlowGraph cfg) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
private SpaceEffGraphNode _node
private final SpaceEffGraphNode _end
NodeEnumeration(ControlFlowGraph cfg)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<T>
public T nextElement()
nextElement
in interface Enumeration<T>