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
Modifier and TypeMethodDescriptionvoidacceptVisitor(WasmCompositeTypeVisitor visitor) booleanvoidsetImmutable(boolean immutable) Methods inherited from class org.teavm.backend.wasm.model.WasmCompositeType
getName, getNonNullReference, getRecursiveTypeCount, getReference
-
Constructor Details
-
WasmArray
-
WasmArray
-
-
Method Details
-
getElementType
-
isImmutable
public boolean isImmutable() -
setImmutable
public void setImmutable(boolean immutable) -
acceptVisitor
- Specified by:
acceptVisitorin classWasmCompositeType
-