Uses of Interface
org.teavm.cache.CacheStatus
-
Packages that use CacheStatus Package Description org.teavm.backend.c.generate org.teavm.cache org.teavm.model org.teavm.vm -
-
Uses of CacheStatus in org.teavm.backend.c.generate
Constructors in org.teavm.backend.c.generate with parameters of type CacheStatus Constructor Description ClassGenerator(GenerationContext context, TagRegistry tagRegistry, Decompiler decompiler, CacheStatus cacheStatus) -
Uses of CacheStatus in org.teavm.cache
Classes in org.teavm.cache that implement CacheStatus Modifier and Type Class Description classAlwaysStaleCacheStatusclassAnnotationAwareCacheStatusclassDiskCachedClassReaderSourceclassMemoryCachedClassReaderSourceMethods in org.teavm.cache with parameters of type CacheStatus Modifier and Type Method Description AstCacheEntryDiskMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)ProgramDiskProgramCache. get(MethodReference method, CacheStatus cacheStatus)AstCacheEntryEmptyMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)ProgramEmptyProgramCache. get(MethodReference method, CacheStatus status)AstCacheEntryInMemoryMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)ProgramInMemoryProgramCache. get(MethodReference method, CacheStatus cacheStatus)AstCacheEntryMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeDiskMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeEmptyMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeInMemoryMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)Constructors in org.teavm.cache with parameters of type CacheStatus Constructor Description AnnotationAwareCacheStatus(CacheStatus underlyingStatus, IncrementalDependencyProvider dependencyProvider, ClassReaderSource classSource) -
Uses of CacheStatus in org.teavm.model
Methods in org.teavm.model with parameters of type CacheStatus Modifier and Type Method Description ProgramProgramCache. get(MethodReference method, CacheStatus status) -
Uses of CacheStatus in org.teavm.vm
Methods in org.teavm.vm that return CacheStatus Modifier and Type Method Description CacheStatusTeaVMTargetController. getCacheStatus()Methods in org.teavm.vm with parameters of type CacheStatus Modifier and Type Method Description voidTeaVM. setCacheStatus(CacheStatus cacheStatus)
-