Uses of Class
org.teavm.ast.AsyncMethodNode
-
Packages that use AsyncMethodNode Package Description org.teavm.ast org.teavm.ast.decompilation org.teavm.ast.optimization org.teavm.cache -
-
Uses of AsyncMethodNode in org.teavm.ast
Methods in org.teavm.ast with parameters of type AsyncMethodNode Modifier and Type Method Description voidMethodNodeVisitor. visit(AsyncMethodNode methodNode) -
Uses of AsyncMethodNode in org.teavm.ast.decompilation
Methods in org.teavm.ast.decompilation that return AsyncMethodNode Modifier and Type Method Description AsyncMethodNodeDecompiler. decompileAsync(MethodHolder method) -
Uses of AsyncMethodNode in org.teavm.ast.optimization
Methods in org.teavm.ast.optimization with parameters of type AsyncMethodNode Modifier and Type Method Description voidOptimizer. optimize(AsyncMethodNode method, AsyncProgramSplitter splitter, boolean friendlyToDebugger) -
Uses of AsyncMethodNode in org.teavm.cache
Methods in org.teavm.cache that return AsyncMethodNode Modifier and Type Method Description AsyncMethodNodeDiskMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeEmptyMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeInMemoryMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeMethodNodeCache. getAsync(MethodReference methodReference, CacheStatus cacheStatus)AsyncMethodNodeAstIO. readAsync(VarDataInput input, MethodReference method)Methods in org.teavm.cache with parameters of type AsyncMethodNode Modifier and Type Method Description String[]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)
-