private static final class DefUse.RegOpListWalker extends Object implements Enumeration<RegisterOperand>
| Modifier and Type | Field and Description |
|---|---|
private RegisterOperand |
current |
| Constructor and Description |
|---|
RegOpListWalker(RegisterOperand start) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
RegisterOperand |
nextElement() |
private static void |
raiseNoSuchElementException() |
private RegisterOperand current
RegOpListWalker(RegisterOperand start)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<RegisterOperand>public RegisterOperand nextElement()
nextElement in interface Enumeration<RegisterOperand>private static void raiseNoSuchElementException()