Interface DominatorWalkerContext


  • public interface DominatorWalkerContext
    • Method Detail

      • getControlFlowGraph

        Graph getControlFlowGraph()
      • isVisited

        boolean isVisited​(int blockIndex)
      • isExceptionHandler

        boolean isExceptionHandler​(int blockIndex)
      • allPredecessorsVisited

        default boolean allPredecessorsVisited​(int blockIndex)