Uses of Class
org.teavm.backend.wasm.binary.DataValue
-
Packages that use DataValue Package Description org.teavm.backend.wasm.binary -
-
Uses of DataValue in org.teavm.backend.wasm.binary
Methods in org.teavm.backend.wasm.binary that return DataValue Modifier and Type Method Description DataValueDataArray. createValue()DataValueDataStructure. createValue()abstract DataValueDataType. createValue()DataValueDataValue. getValue(int index)Methods in org.teavm.backend.wasm.binary with parameters of type DataValue Modifier and Type Method Description intBinaryWriter. append(DataValue value)
-