coins.aflow
Class SetRefReprListHir

java.lang.Object
  extended bycoins.aflow.util.CoinsList
      extended bycoins.aflow.SetRefReprList
          extended bycoins.aflow.SetRefReprListHir
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List

public class SetRefReprListHir
extends SetRefReprList

List of SetRefReprHir objects.


Nested Class Summary
protected  class SetRefReprListHir.SetRefReprListHirItr
           
 
Nested classes inherited from class coins.aflow.util.CoinsList
CoinsList.Entry, CoinsList.Itr
 
Field Summary
 
Fields inherited from class coins.aflow.SetRefReprList
flow, fResults
 
Fields inherited from class coins.aflow.util.CoinsList
fIterators, header, modCount, size
 
Constructor Summary
SetRefReprListHir(BBlockHir pBBlock)
          Creates a new instance of SetRefReprListHir.
 
Method Summary
 SetRefReprIterator setRefReprIterator()
          Returns a SubpFlow object this SetRefReprList is associated with.
 SetRefReprIterator setRefReprIterator(int pIndex)
           
 
Methods inherited from class coins.aflow.SetRefReprList
getBBlock
 
Methods inherited from class coins.aflow.util.CoinsList
add, add, addAll, addAll, addBefore, addFirst, addLast, clear, clone, coinsIterator, coinsIterator, contains, containsAll, entry, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notifyIteratorsOfAddition, notifyIteratorsOfClearance, notifyIteratorsOfRemoval, remove, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetRefReprListHir

public SetRefReprListHir(BBlockHir pBBlock)
Creates a new instance of SetRefReprListHir. This SetRefReprListHir will be associated with a given BBlock.

Method Detail

setRefReprIterator

public SetRefReprIterator setRefReprIterator()
Description copied from class: SetRefReprList
Returns a SubpFlow object this SetRefReprList is associated with. If this SetRefReprList is not associated with a SubpFlow returns null.

Specified by:
setRefReprIterator in class SetRefReprList

setRefReprIterator

public SetRefReprIterator setRefReprIterator(int pIndex)
Specified by:
setRefReprIterator in class SetRefReprList