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._refByNameprivate WeakFqnCache<IType>ModuleTypeLoader._typesByNameMethods in gw.internal.gosu.parser with parameters of type WeakFqnCacheModifier and TypeMethodDescriptionprivate AbstractTypeRefTypeRefFactory.getRef(WeakFqnCache<AbstractTypeRef> map, String key, IType type) private static voidTypeRefFactory.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