Package org.teavm.backend.wasm
Class WasmFunctionRepository
java.lang.Object
org.teavm.backend.wasm.WasmFunctionRepository
-
Constructor Summary
ConstructorsConstructorDescriptionWasmFunctionRepository(WasmModule module, WasmFunctionTypes functionTypes, NameProvider nameProvider) -
Method Summary
Modifier and TypeMethodDescriptionforClassInitializer(String className) forInstanceMethod(MethodReference reference) forMethod(MethodReader method) forMethod(MethodReference reference, boolean isStatic) forStaticMethod(MethodReference reference) forSupertype(ValueType type)
-
Constructor Details
-
WasmFunctionRepository
public WasmFunctionRepository(WasmModule module, WasmFunctionTypes functionTypes, NameProvider nameProvider)
-
-
Method Details
-
forMethod
-
forMethod
-
forStaticMethod
-
forInstanceMethod
-
forClassInitializer
-
forSupertype
-