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 TypeMethodDescriptionvoid
Optimizer.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)
void
DiskMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> depenencies)
void
EmptyMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies)
void
InMemoryMethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies)
void
MethodNodeCache.storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies)
void
AstIO.writeAsync(VarDataOutput output, AsyncMethodNode method)