Package org.teavm.classlib.impl
Class ServiceLoaderWasmGCSupport
java.lang.Object
org.teavm.classlib.impl.ServiceLoaderWasmGCSupport
- All Implemented Interfaces:
org.teavm.backend.wasm.generators.gc.WasmGCCustomGeneratorFactory
public class ServiceLoaderWasmGCSupport
extends Object
implements org.teavm.backend.wasm.generators.gc.WasmGCCustomGeneratorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.teavm.backend.wasm.generators.gc.WasmGCCustomGenerator
createGenerator
(org.teavm.model.MethodReference methodRef, org.teavm.backend.wasm.generators.gc.WasmGCCustomGeneratorFactoryContext context)
-
Constructor Details
-
ServiceLoaderWasmGCSupport
public ServiceLoaderWasmGCSupport()
-
-
Method Details
-
createGenerator
public org.teavm.backend.wasm.generators.gc.WasmGCCustomGenerator createGenerator(org.teavm.model.MethodReference methodRef, org.teavm.backend.wasm.generators.gc.WasmGCCustomGeneratorFactoryContext context) - Specified by:
createGenerator
in interfaceorg.teavm.backend.wasm.generators.gc.WasmGCCustomGeneratorFactory
-