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