coins.flow
クラス BBlockHirSubtreeIteratorImpl

java.lang.Object
  |
  +--coins.flow.BBlockSubtreeIteratorImpl
        |
        +--coins.flow.BBlockHirSubtreeIteratorImpl
すべての実装インタフェース:
BBlockSubtreeIterator

public class BBlockHirSubtreeIteratorImpl
extends BBlockSubtreeIteratorImpl
implements BBlockSubtreeIterator

BBlockHirSubtreeIteratorImpl class Basic block subtree iterator to traverse HIR top-subtrees in a basic block.


フィールドの概要
 
クラス coins.flow.BBlockSubtreeIteratorImpl から継承したフィールド
fCurrSubtree, fDbgLevel, fHeaderPassed, flowRoot, fNextStmtIndex, fNextSubtree, fSubpFlow, ioRoot
 
コンストラクタの概要
BBlockHirSubtreeIteratorImpl(FlowRoot pFlowRoot, BBlock pBBlock)
           
 
クラス coins.flow.BBlockSubtreeIteratorImpl から継承したメソッド
getNextSubtree, hasNext, next
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース coins.flow.BBlockSubtreeIterator から継承したメソッド
hasNext, next
 

コンストラクタの詳細

BBlockHirSubtreeIteratorImpl

public BBlockHirSubtreeIteratorImpl(FlowRoot pFlowRoot,
                                    BBlock pBBlock)