Class ConstExpressions.struct
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions.struct
-
- Enclosing class:
- ConstExpressions
public static class ConstExpressions.struct extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description struct()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetStruct
get(StructType structType, WasmValue source, java.lang.String fieldName)
static NewStruct
newInstance(ReferencableType type, java.util.List<WasmValue> arguments)
-
-
-
Method Detail
-
newInstance
public static NewStruct newInstance(ReferencableType type, java.util.List<WasmValue> arguments)
-
get
public static GetStruct get(StructType structType, WasmValue source, java.lang.String fieldName)
-
-