Uses of Interface
edu.rice.cs.drjava.model.cache.DDReconstructor

Packages that use DDReconstructor
edu.rice.cs.drjava.model.cache The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. 
 

Uses of DDReconstructor in edu.rice.cs.drjava.model.cache
 

Methods in edu.rice.cs.drjava.model.cache with parameters of type DDReconstructor
 DCacheAdapter DocumentCache.register(OpenDefinitionsDocument odd, DDReconstructor rec)
          Returns a cache adapter corresponding to the owner of the given reconstructor.