Uses of Class
org.teavm.ast.decompilation.Decompiler
Packages that use Decompiler
-
Uses of Decompiler in org.teavm.backend.c.generate
Constructors in org.teavm.backend.c.generate with parameters of type DecompilerModifierConstructorDescriptionClassGenerator(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 DecompilerModifierConstructorDescriptionWasmGenerator(Decompiler decompiler, ClassHolderSource classSource, WasmGenerationContext context, WasmClassGenerator classGenerator, BinaryWriter binaryWriter, Predicate<MethodReference> asyncMethods)