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 TypeMethodDescriptionintindex()voidwriteRefTo(TextWriter writer) voidwriteTo(BinaryWriter.Writer writer) voidwriteTo(TextWriter writer)
-
Field Details
-
section
-
elementType
-
-
Constructor Details
-
ArrayType
ArrayType(TypesSection section, WasmType elementType)
-
-
Method Details
-
getElementType
-
writeTo
-
writeRefTo
- Specified by:
writeRefToin interfaceWasmType
-
writeTo
- Specified by:
writeToin interfaceWasmType- Throws:
IOException
-
index
-