Uses of Class
gw.lang.parser.TypeSystemAwareCache
Packages that use TypeSystemAwareCache
Package
Description
-
Uses of TypeSystemAwareCache in gw.internal.gosu.compiler
Subclasses of TypeSystemAwareCache in gw.internal.gosu.compiler -
Uses of TypeSystemAwareCache in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as TypeSystemAwareCacheModifier and TypeFieldDescriptionprivate static final TypeSystemAwareCache<Pair<IType,
IType>, Boolean> TypeLord.ASSIGNABILITY_CACHE
-
Uses of TypeSystemAwareCache in gw.lang.parser
Fields in gw.lang.parser declared as TypeSystemAwareCacheModifier and TypeFieldDescription(package private) TypeSystemAwareCache
TypeSystemAwareCache.CacheClearer._cache
final TypeSystemAwareCache<Pair<IType,
IType>, ICoercer> StandardCoercionManager._coercerCache
private final TypeSystemAwareCache<StandardCoercionManager.TypesComp,
IType> StandardCoercionManager._compCache
Methods in gw.lang.parser that return TypeSystemAwareCacheModifier and TypeMethodDescriptionstatic <K,
V> TypeSystemAwareCache<K, V> TypeSystemAwareCache.make
(String name, int size, Cache.MissHandler<K, V> handler) Constructors in gw.lang.parser with parameters of type TypeSystemAwareCache -
Uses of TypeSystemAwareCache in gw.lang.parser.expressions
Fields in gw.lang.parser.expressions declared as TypeSystemAwareCacheModifier and TypeFieldDescriptionprivate static final TypeSystemAwareCache<IType,
Map<String, Variance>> Variance.DEFAULT_VARIANCE_MAP
-
Uses of TypeSystemAwareCache in gw.lang.reflect
Fields in gw.lang.reflect declared as TypeSystemAwareCacheModifier and TypeFieldDescriptionprivate final TypeSystemAwareCache<Pair<IType,
IType>, Double> MethodScorer._typeScoreCache
-
Uses of TypeSystemAwareCache in gw.util.cache
Fields in gw.util.cache declared as TypeSystemAwareCacheModifier and TypeFieldDescriptionprivate static final TypeSystemAwareCache<String,
String[]> FqnCache.PARTS_CACHE