coins.aflow
インタフェース BBlockVector
- すべてのスーパーインタフェース:
- BitVector
- 既知の実装クラスの一覧:
- 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.
メソッドの概要 |
SubpFlow |
getSubpFlow()
Returns the SubpFlow object associated with this BBlockVector object. |
インタフェース 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.