Class ConstExpressions.array
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions.array
-
- Enclosing class:
- ConstExpressions
public static class ConstExpressions.array extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description array()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WasmValue
get(WasmType type, WasmValue array, WasmValue index)
static WasmValue
len(WasmType type, WasmValue array)
static WasmValue
newInstance(WasmType type, java.util.List<WasmValue> arguments)
static WasmValue
newInstanceDefault(WasmType type, WasmValue length)
-