public boolean isReturnPresentBetween() {
   return ControlFlowUtil.returnPresentBetween(myControlFlow, myFlowStart, myFlowEnd);
 }