package com.intellij.codeInsight.controlflow; /** * @author oleg */ public interface ControlFlow { Instruction[] getInstructions(); }