Searched refs:ControlFlowLogic (Results 1 – 2 of 2) sorted by relevance
24 public class ControlFlowLogic { class26 private static ControlFlowLogic instance = new ControlFlowLogic();28 public static ControlFlowLogic getInstance() { in getInstance()32 private ControlFlowLogic() { in ControlFlowLogic() method in ControlFlowLogic
274 if (!ControlFlowLogic.getInstance().canCompleteNormally(statement)) { in isValueCompatibleBlock()