Interface DominatorWalkerContext


public interface DominatorWalkerContext
  • Method Details

    • getDominatorTree

      DominatorTree getDominatorTree()
    • getControlFlowGraph

      Graph getControlFlowGraph()
    • isVisited

      boolean isVisited(int blockIndex)
    • isExceptionHandler

      boolean isExceptionHandler(int blockIndex)
    • allPredecessorsVisited

      default boolean allPredecessorsVisited(int blockIndex)