|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.common.collect.UnmodifiableIterator<T>
org.eclipse.ocl.examples.xtext.essentialocl.cs2as.AbstractImplicitSourceNamedElementIterator<Variable>
org.eclipse.ocl.examples.xtext.essentialocl.cs2as.ImplicitSourceVariableIterator
public class ImplicitSourceVariableIterator
An Iterator over the implicit source variables (most nested first).
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.xtext.essentialocl.cs2as.AbstractImplicitSourceNamedElementIterator |
---|
CONTINUE, DONE, next |
Constructor Summary | |
---|---|
ImplicitSourceVariableIterator(ElementCS csElement)
|
Method Summary | |
---|---|
protected void |
setNext(Variable asVariable)
Assign the iterable element when iterating at asVariable. |
Methods inherited from class org.eclipse.ocl.examples.xtext.essentialocl.cs2as.AbstractImplicitSourceNamedElementIterator |
---|
doNext, hasNext, next |
Methods inherited from class com.google.common.collect.UnmodifiableIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImplicitSourceVariableIterator(@NonNull ElementCS csElement)
Method Detail |
---|
protected void setNext(@NonNull Variable asVariable)
AbstractImplicitSourceNamedElementIterator
setNext
in class AbstractImplicitSourceNamedElementIterator<Variable>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |