Class ConstExpressions
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Call
static CallIndirect
call
(FunctionType type, List<WasmValue> arguments, WasmValue functionIndex) static GetGlobal
static GetLocal
static Param
static Pop
static Select
static Tag
tag
(String label, FunctionType type) static TeeLocal
static TeeLocal
weakFunctionReference
(String aFunctionName) static WeakFunctionTableReference
weakFunctionTableReference
(String aFunctionName)
-
Constructor Details
-
ConstExpressions
public ConstExpressions()
-
-
Method Details
-
tag
-
param
-
call
-
call
public static CallIndirect call(FunctionType type, List<WasmValue> arguments, WasmValue functionIndex) -
pop
-
getLocal
-
teeLocal
-
teeLocal
-
getGlobal
-
select
-
weakFunctionReference
-
weakFunctionTableReference
-