Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

UnitPool.java

00001 package gov.nasa.arc.ase.jpf.jvm.runtime;
00002 
00003 import gov.nasa.arc.ase.jpf.*;
00004 import java.util.*;
00005 import gov.nasa.arc.ase.util.Debug;
00006 import gov.nasa.arc.ase.util.HashPool;
00007 
00008 public class UnitPool {
00009 // ifdef RACE
00010   private static HashPool pool = new HashPool();
00011 
00012 //#endif RACE
00013   public static Unit get(Unit unit){
00014     return (Unit)pool.get(unit);
00015   }  
00016 }

Generated at Thu Feb 7 06:58:57 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001