Uses of Class
org.teavm.ast.decompilation.Decompiler
-
Packages that use Decompiler Package Description org.teavm.backend.c.generate org.teavm.backend.wasm.generate -
-
Uses of Decompiler in org.teavm.backend.c.generate
Constructors in org.teavm.backend.c.generate with parameters of type Decompiler Constructor Description ClassGenerator(GenerationContext context, TagRegistry tagRegistry, Decompiler decompiler, CacheStatus cacheStatus) -
Uses of Decompiler in org.teavm.backend.wasm.generate
Constructors in org.teavm.backend.wasm.generate with parameters of type Decompiler Constructor Description WasmGenerator(Decompiler decompiler, ClassHolderSource classSource, WasmGenerationContext context, WasmClassGenerator classGenerator, BinaryWriter binaryWriter, Predicate<MethodReference> asyncMethods)
-