static final class BasicBlock.InEdgeEnum extends Object implements Enumeration<BasicBlock>
Modifier and Type | Field and Description |
---|---|
private SpaceEffGraphEdge |
_edge |
Constructor and Description |
---|
InEdgeEnum(SpaceEffGraphNode n) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
BasicBlock |
nextElement() |
private SpaceEffGraphEdge _edge
InEdgeEnum(SpaceEffGraphNode n)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<BasicBlock>
public BasicBlock nextElement()
nextElement
in interface Enumeration<BasicBlock>