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 class
ExportableFunction
class
Function
class
WeakFunctionReferenceCallable
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as Callable Modifier and Type Field Description private Callable
Call. function
private Callable
WasmFuncRef. function
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Callable Modifier and Type Method Description static Call
ConstExpressions. call(Callable function, java.util.List<WasmValue> arguments)
static WasmFuncRef
ConstExpressions.ref. ref(Callable function)
void
Expressions. 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)
-