private static class VariableNamer.AdapterOfIteratorOfProgramVariable extends Object implements Iterator<ProgramElementName>
Modifier and Type | Field and Description |
---|---|
private Iterator<ProgramVariable> |
it |
Constructor and Description |
---|
VariableNamer.AdapterOfIteratorOfProgramVariable(Iterator<ProgramVariable> it) |
private Iterator<ProgramVariable> it
public VariableNamer.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>