|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.aflow.util.BitVectorIteratorImpl
coins.aflow.PointVectorIteratorImpl
coins.aflow.DefVectorIteratorImpl
DefVectorIteratorImpl class: (##6)
| Field Summary |
| Fields inherited from class coins.aflow.PointVectorIteratorImpl |
fVect |
| Constructor Summary | |
DefVectorIteratorImpl(DefVector pDefVector)
|
|
| Method Summary | |
IR |
nextDef()
nextDef: Get the next IR node that defines some symbol in the given DefVector (DefVector used to instanciate this iterator). |
SetRefRepr |
nextSetRefRepr()
Get the SetRefRepr that corresponds to the next bit that is on in this BitVector. |
| Methods inherited from class coins.aflow.PointVectorIteratorImpl |
nextPoint |
| Methods inherited from class coins.aflow.util.BitVectorIteratorImpl |
currentIndex, hasNext, next, nextIndex, resetBit, setBit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface coins.aflow.PointVectorIterator |
nextPoint |
| Methods inherited from interface coins.aflow.util.BitVectorIterator |
currentIndex, hasNext, next, nextIndex, resetBit, setBit |
| Constructor Detail |
public DefVectorIteratorImpl(DefVector pDefVector)
| Method Detail |
public IR nextDef()
DefVectorIteratorhasNext returned true does not guarantee this method returns meaningful (non-null) value.
nextDef in interface DefVectorIteratorpublic SetRefRepr nextSetRefRepr()
DefVectorIteratorSetRefRepr that corresponds to the next bit that is on in this BitVector. This method returns the SetRefRepr object that wraps the node that will be returned by nextDef. If there is no SetRefReprs remaining, then returns null. Therefore, having hasNext returned true does not guarantee this method returns meaningful (non-null) value.
nextSetRefRepr in interface DefVectorIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||