Uses of Class
org.teavm.backend.wasm.model.expression.WasmIndirectCall
-
Packages that use WasmIndirectCall Package Description org.teavm.backend.wasm.model.expression org.teavm.backend.wasm.render -
-
Uses of WasmIndirectCall in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression with parameters of type WasmIndirectCall Modifier and Type Method Description voidWasmDefaultExpressionVisitor. visit(WasmIndirectCall expression)voidWasmExpressionVisitor. visit(WasmIndirectCall expression)voidWasmReplacingExpressionVisitor. visit(WasmIndirectCall expression) -
Uses of WasmIndirectCall in org.teavm.backend.wasm.render
Methods in org.teavm.backend.wasm.render with parameters of type WasmIndirectCall Modifier and Type Method Description voidWasmTypeInference. visit(WasmIndirectCall expression)
-