Uses of Interface
de.mirkosertic.bytecoder.core.backend.wasm.ast.Callable
-
Packages that use Callable Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Callable in de.mirkosertic.bytecoder.core.backend.wasm.ast
Classes in de.mirkosertic.bytecoder.core.backend.wasm.ast that implement Callable Modifier and Type Class Description classExportableFunctionclassFunctionclassWeakFunctionReferenceCallableFields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as Callable Modifier and Type Field Description private CallableCall. functionprivate CallableWasmFuncRef. functionMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Callable Modifier and Type Method Description static CallConstExpressions. call(Callable function, java.util.List<WasmValue> arguments)static WasmFuncRefConstExpressions.ref. ref(Callable function)voidExpressions. voidCall(Callable function, java.util.List<WasmValue> arguments)Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Callable Constructor Description Call(Callable function, java.util.List<WasmValue> arguments)WasmFuncRef(Callable function)
-