private static class VariableNamer.AdapterOfIteratorOfProgramVariable extends Object implements Iterator<ProgramElementName>
Modifier and Type | Field and Description |
---|---|
private Iterator<ProgramVariable> |
it |
Constructor and Description |
---|
AdapterOfIteratorOfProgramVariable(Iterator<ProgramVariable> it) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ProgramElementName |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private Iterator<ProgramVariable> it
public AdapterOfIteratorOfProgramVariable(Iterator<ProgramVariable> it)
public boolean hasNext()
hasNext
in interface Iterator<ProgramElementName>
public ProgramElementName next()
next
in interface Iterator<ProgramElementName>
public void remove()
remove
in interface Iterator<ProgramElementName>