Interface CFGTranslationPhaseThree.PredecessorHolder
-
- Enclosing class:
- CFGTranslationPhaseThree
protected static interface CFGTranslationPhaseThree.PredecessorHolderA simple wrapper object that holds a basic block and allows to set one of its successors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockImplgetBlock()voidsetSuccessor(BlockImpl b)
-