public abstract class DependencyIterator extends java.lang.Object implements ru.ispras.testbase.knowledge.iterator.Iterator<BufferDependency>
DependencyIterator
is a base iterator of dependencies between two memory accesses.Modifier and Type | Field and Description |
---|---|
protected BufferDependency[] |
allPossibleDependencies |
Modifier | Constructor and Description |
---|---|
protected |
DependencyIterator(Access access1,
Access access2) |
Modifier and Type | Method and Description |
---|---|
DependencyIterator |
clone() |
protected final BufferDependency[] allPossibleDependencies
public DependencyIterator clone()
clone
in interface ru.ispras.testbase.knowledge.iterator.Iterator<BufferDependency>
clone
in class java.lang.Object