Uses of Interface
org.teavm.cache.MethodNodeCache
-
Packages that use MethodNodeCache Package Description org.teavm.backend.c org.teavm.backend.c.generate org.teavm.backend.javascript org.teavm.cache -
-
Uses of MethodNodeCache in org.teavm.backend.c
Methods in org.teavm.backend.c with parameters of type MethodNodeCache Modifier and Type Method Description voidCTarget. setAstCache(MethodNodeCache astCache) -
Uses of MethodNodeCache in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type MethodNodeCache Modifier and Type Method Description voidClassGenerator. setAstCache(MethodNodeCache astCache) -
Uses of MethodNodeCache in org.teavm.backend.javascript
Methods in org.teavm.backend.javascript that return MethodNodeCache Modifier and Type Method Description MethodNodeCacheJavaScriptTarget. getAstCache()Methods in org.teavm.backend.javascript with parameters of type MethodNodeCache Modifier and Type Method Description voidJavaScriptTarget. setAstCache(MethodNodeCache methodAstCache) -
Uses of MethodNodeCache in org.teavm.cache
Classes in org.teavm.cache that implement MethodNodeCache Modifier and Type Class Description classDiskMethodNodeCacheclassEmptyMethodNodeCacheclassInMemoryMethodNodeCache
-