Class ArrayType
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ArrayType
- All Implemented Interfaces:
ReferencableType
,WasmType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
index()
void
writeRefTo
(TextWriter writer) void
writeTo
(BinaryWriter.Writer writer) void
writeTo
(TextWriter writer)
-
Field Details
-
section
-
elementType
-
-
Constructor Details
-
ArrayType
ArrayType(TypesSection section, WasmType elementType)
-
-
Method Details
-
getElementType
-
writeTo
-
writeRefTo
- Specified by:
writeRefTo
in interfaceWasmType
-
writeTo
- Specified by:
writeTo
in interfaceWasmType
- Throws:
IOException
-
index
public int index()
-