Class GetStruct
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.GetStruct
- All Implemented Interfaces:
WasmValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmValue
WasmValue.ExportContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final WasmValue
private final StructType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(BinaryWriter.Writer binaryWriter, WasmValue.ExportContext context) void
writeTo
(TextWriter writer, WasmValue.ExportContext context)
-
Field Details
-
structType
-
source
-
fieldName
-
-
Constructor Details
-
GetStruct
GetStruct(StructType structType, WasmValue source, String fieldName)
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-
writeTo
public void writeTo(BinaryWriter.Writer binaryWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-