Uses of Interface
org.teavm.backend.wasm.generators.WasmMethodGenerator
-
Packages that use WasmMethodGenerator Package Description org.teavm.backend.wasm.generate org.teavm.backend.wasm.generators -
-
Uses of WasmMethodGenerator in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate that return WasmMethodGenerator Modifier and Type Method Description WasmMethodGeneratorWasmGenerationContext. getGenerator(MethodReference method)Methods in org.teavm.backend.wasm.generate with parameters of type WasmMethodGenerator Modifier and Type Method Description voidWasmGenerationContext. addGenerator(WasmMethodGenerator generator) -
Uses of WasmMethodGenerator in org.teavm.backend.wasm.generators
Classes in org.teavm.backend.wasm.generators that implement WasmMethodGenerator Modifier and Type Class Description classArrayGenerator
-