Class WasmFunctionRepository
java.lang.Object
org.teavm.backend.wasm.WasmFunctionRepository
- All Implemented Interfaces:
BaseWasmFunctionRepository
-
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
- Specified by:
forStaticMethodin interfaceBaseWasmFunctionRepository
-
forInstanceMethod
- Specified by:
forInstanceMethodin interfaceBaseWasmFunctionRepository
-
forClassInitializer
-
forSupertype
-