Uses of Class
gw.util.cache.WeakFqnCache
Packages that use WeakFqnCache
-
Uses of WeakFqnCache in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as WeakFqnCacheModifier and TypeFieldDescriptionprivate final WeakFqnCache<AbstractTypeRef>
TypeRefFactory._refByName
private WeakFqnCache<IType>
ModuleTypeLoader._typesByName
Methods in gw.internal.gosu.parser with parameters of type WeakFqnCacheModifier and TypeMethodDescriptionprivate AbstractTypeRef
TypeRefFactory.getRef
(WeakFqnCache<AbstractTypeRef> map, String key, IType type) private static void
TypeRefFactory.putRef
(WeakFqnCache<AbstractTypeRef> map, String key, AbstractTypeRef value) -
Uses of WeakFqnCache in gw.lang.reflect
Fields in gw.lang.reflect declared as WeakFqnCacheModifier and TypeFieldDescriptionprivate WeakFqnCache<IGosuFragment>
FragmentCache._fragmentsByName