Class ConstExpressions
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Callstatic CallIndirectcall(FunctionType type, List<WasmValue> arguments, WasmValue functionIndex) static GetGlobalstatic GetLocalstatic Paramstatic Popstatic Selectstatic Tagtag(String label, FunctionType type) static TeeLocalstatic TeeLocalweakFunctionReference(String aFunctionName) static WeakFunctionTableReferenceweakFunctionTableReference(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
-