Uses of Class
gw.util.cache.WeakFqnCache
-
Packages that use WeakFqnCache Package Description gw.internal.gosu.parser gw.lang.reflect -
-
Uses of WeakFqnCache in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as WeakFqnCache Modifier and Type Field Description private WeakFqnCache<AbstractTypeRef>TypeRefFactory. _refByNameprivate WeakFqnCache<IType>ModuleTypeLoader. _typesByNameMethods in gw.internal.gosu.parser with parameters of type WeakFqnCache Modifier and Type Method Description private AbstractTypeRefTypeRefFactory. getRef(WeakFqnCache<AbstractTypeRef> map, java.lang.String key, IType type)private static voidTypeRefFactory. putRef(WeakFqnCache<AbstractTypeRef> map, java.lang.String key, AbstractTypeRef value) -
Uses of WeakFqnCache in gw.lang.reflect
Fields in gw.lang.reflect declared as WeakFqnCache Modifier and Type Field Description private WeakFqnCache<IGosuFragment>FragmentCache. _fragmentsByName
-