coins.aflow
Interface BBlockVector
- All Superinterfaces:
- BitVector
- All Known Implementing Classes:
- BBlockVectorImpl
- public interface BBlockVector
- extends BitVector
BBlockVector interface
Each bit in this BitVector represents a BBlock object whose number property (that can be queried by getBBlockNumber()) corresponds to the bit position. Used e.g. when constructing the dominator tree.
|
Method Summary |
SubpFlow |
getSubpFlow()
Returns the SubpFlow object associated with this BBlockVector object. |
| Methods inherited from interface coins.aflow.util.BitVector |
bitVectorIterator, equals, getBit, getBitLength, getVectorWord, getWordLength, isSet, isZero, resetBit, setBit, toString, toStringDescriptive, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor |
getSubpFlow
public SubpFlow getSubpFlow()
- Returns the
SubpFlow object associated with this BBlockVector object.