Module Simula
Class ClassDeclaration.ClassParameterIterator
java.lang.Object
simula.compiler.syntaxClass.declaration.ClassDeclaration.ClassParameterIterator
- Enclosing class:
ClassDeclaration
public final class ClassDeclaration.ClassParameterIterator
extends Object
implements Iterator<Parameter>, Iterable<Parameter>
Utility: ClassParameterIterator - Iterates through prefix-chain.
-
Field Summary
Modifier and TypeFieldDescriptionThe local IteratorThe prefix Iterator -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
prefixIterator
The prefix Iterator -
localIterator
The local Iterator
-
-
Constructor Details
-
ClassParameterIterator
public ClassParameterIterator()Constructor
-
-
Method Details