org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNode.InEdgeEnumeration

java.lang.Object
  extended by org.jikesrvm.compilers.opt.util.SpaceEffGraphNode.InEdgeEnumeration
All Implemented Interfaces:
Enumeration<GraphEdge>, SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>
Enclosing class:
SpaceEffGraphNode

static final class SpaceEffGraphNode.InEdgeEnumeration
extends Object
implements SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>


Field Summary
private  SpaceEffGraphEdge _edge
           
 
Constructor Summary
SpaceEffGraphNode.InEdgeEnumeration(SpaceEffGraphNode n)
           
 
Method Summary
 boolean hasMoreElements()
           
 SpaceEffGraphEdge next()
           
 SpaceEffGraphEdge nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_edge

private SpaceEffGraphEdge _edge
Constructor Detail

SpaceEffGraphNode.InEdgeEnumeration

public SpaceEffGraphNode.InEdgeEnumeration(SpaceEffGraphNode n)
Method Detail

hasMoreElements

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

nextElement

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

next

public SpaceEffGraphEdge next()
Specified by:
next in interface SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>