Package org.teavm.backend.wasm.model
Class WasmArray
java.lang.Object
org.teavm.backend.wasm.model.WasmEntity
org.teavm.backend.wasm.model.WasmCompositeType
org.teavm.backend.wasm.model.WasmArray
-
Constructor Summary
ConstructorsConstructorDescriptionWasmArray(String name, Supplier<WasmStorageType> elementTypeSupplier) WasmArray(String name, WasmStorageType elementType) -
Method Summary
Methods inherited from class org.teavm.backend.wasm.model.WasmCompositeType
getName, getReference
-
Constructor Details
-
WasmArray
-
WasmArray
-
-
Method Details
-
getElementType
-
acceptVisitor
- Specified by:
acceptVisitorin classWasmCompositeType
-