Uses of Class
gw.lang.parser.TypeSystemAwareCache
-
Packages that use TypeSystemAwareCache Package Description gw.internal.gosu.compiler gw.internal.gosu.parser gw.lang.parser gw.lang.parser.expressions gw.lang.reflect gw.util.cache -
-
Uses of TypeSystemAwareCache in gw.internal.gosu.compiler
Subclasses of TypeSystemAwareCache in gw.internal.gosu.compiler Modifier and Type Class Description private classGosuClassLoader.DiscreteLoaderCache.DelegateCache -
Uses of TypeSystemAwareCache in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as TypeSystemAwareCache Modifier and Type Field Description private static TypeSystemAwareCache<Pair<IType,IType>,java.lang.Boolean>TypeLord. ASSIGNABILITY_CACHE -
Uses of TypeSystemAwareCache in gw.lang.parser
Fields in gw.lang.parser declared as TypeSystemAwareCache Modifier and Type Field Description (package private) TypeSystemAwareCacheTypeSystemAwareCache.CacheClearer. _cacheTypeSystemAwareCache<Pair<IType,IType>,ICoercer>StandardCoercionManager. _coercerCacheprivate TypeSystemAwareCache<StandardCoercionManager.TypesComp,IType>StandardCoercionManager. _compCacheMethods in gw.lang.parser that return TypeSystemAwareCache Modifier and Type Method Description static <K,V>
TypeSystemAwareCache<K,V>TypeSystemAwareCache. make(java.lang.String name, int size, Cache.MissHandler<K,V> handler)Constructors in gw.lang.parser with parameters of type TypeSystemAwareCache Constructor Description CacheClearer(TypeSystemAwareCache cache) -
Uses of TypeSystemAwareCache in gw.lang.parser.expressions
Fields in gw.lang.parser.expressions declared as TypeSystemAwareCache Modifier and Type Field Description private static TypeSystemAwareCache<IType,java.util.Map<java.lang.String,Variance>>Variance. DEFAULT_VARIANCE_MAP -
Uses of TypeSystemAwareCache in gw.lang.reflect
Fields in gw.lang.reflect declared as TypeSystemAwareCache Modifier and Type Field Description private TypeSystemAwareCache<Pair<IType,IType>,java.lang.Double>MethodScorer. _typeScoreCache -
Uses of TypeSystemAwareCache in gw.util.cache
Fields in gw.util.cache declared as TypeSystemAwareCache Modifier and Type Field Description private static TypeSystemAwareCache<java.lang.String,java.lang.String[]>FqnCache. PARTS_CACHE
-