Uses of Class
org.teavm.backend.wasm.binary.DataType
-
Packages that use DataType Package Description org.teavm.backend.wasm.binary -
-
Uses of DataType in org.teavm.backend.wasm.binary
Subclasses of DataType in org.teavm.backend.wasm.binary Modifier and Type Class Description classDataArrayclassDataStructureFields in org.teavm.backend.wasm.binary declared as DataType Modifier and Type Field Description static DataTypeDataPrimitives. ADDRESSstatic DataTypeDataPrimitives. BYTEstatic DataTypeDataPrimitives. DOUBLEstatic DataTypeDataPrimitives. FLOATstatic DataTypeDataPrimitives. INTstatic DataTypeDataPrimitives. LONGstatic DataTypeDataPrimitives. SHORTMethods in org.teavm.backend.wasm.binary that return DataType Modifier and Type Method Description DataType[]DataStructure. getComponents()DataTypeDataArray. getComponentType()DataTypeDataValue. getType()Constructors in org.teavm.backend.wasm.binary with parameters of type DataType Constructor Description DataArray(DataType componentType, int size)DataStructure(byte alignment, DataType... components)
-