public static class FakedTrackingVariable.IteratorForReporting extends Object implements Iterator<FakedTrackingVariable>
Stage.
Resources whose outer is owned by an enclosing scope are never answered,
unless we are analysing on behalf of an exit (return/throw).| Constructor and Description |
|---|
IteratorForReporting(List<FakedTrackingVariable> variables,
Scope scope,
boolean atExit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
FakedTrackingVariable |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IteratorForReporting(List<FakedTrackingVariable> variables, Scope scope, boolean atExit)
public boolean hasNext()
hasNext in interface Iterator<FakedTrackingVariable>public FakedTrackingVariable next()
next in interface Iterator<FakedTrackingVariable>public void remove()
remove in interface Iterator<FakedTrackingVariable>Copyright © 2016. All rights reserved.