Uses of Class
org.teavm.ast.AsyncMethodNode
Packages that use AsyncMethodNode
Package
Description
-
Uses of AsyncMethodNode in org.teavm.ast
Methods in org.teavm.ast with parameters of type AsyncMethodNode -
Uses of AsyncMethodNode in org.teavm.ast.decompilation
Methods in org.teavm.ast.decompilation that return AsyncMethodNode -
Uses of AsyncMethodNode in org.teavm.ast.optimization
Methods in org.teavm.ast.optimization with parameters of type AsyncMethodNodeModifier and TypeMethodDescriptionvoidOptimizer.optimize(AsyncMethodNode method, AsyncProgramSplitter splitter, boolean friendlyToDebugger) -
Uses of AsyncMethodNode in org.teavm.cache
Methods in org.teavm.cache that return AsyncMethodNodeModifier and TypeMethodDescriptionDiskMethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus) EmptyMethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus) InMemoryMethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus) MethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus) AstIO.readAsync(VarDataInput input, MethodReference method) Methods in org.teavm.cache with parameters of type AsyncMethodNodeModifier and TypeMethodDescriptionString[]AstDependencyExtractor.extract(AsyncMethodNode node) voidDiskMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> depenencies) voidEmptyMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies) voidInMemoryMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies) voidMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies) voidAstIO.writeAsync(VarDataOutput output, AsyncMethodNode method)