Package org.teavm.backend.wasm.binary
Class DataArray
- java.lang.Object
-
- org.teavm.backend.wasm.binary.DataType
-
- org.teavm.backend.wasm.binary.DataArray
-
public class DataArray extends DataType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataValuecreateValue()DataTypegetComponentType()intgetSize()
-
-
-
Constructor Detail
-
DataArray
public DataArray(DataType componentType, int size)
-
-
Method Detail
-
getComponentType
public DataType getComponentType()
-
getSize
public int getSize()
-
createValue
public DataValue createValue()
- Specified by:
createValuein classDataType
-
-