Uses of Class
com.dylibso.chicory.wasm.types.Value
-
Packages that use Value Package Description com.dylibso.chicory.wasm.types -
-
Uses of Value in com.dylibso.chicory.wasm.types
Fields in com.dylibso.chicory.wasm.types declared as Value Modifier and Type Field Description static Value[]Value. EMPTY_VALUESstatic ValueValue. EXTREF_NULLstatic ValueValue. FALSEstatic ValueValue. FUNCREF_NULLstatic ValueValue. TRUEMethods in com.dylibso.chicory.wasm.types that return Value Modifier and Type Method Description static ValueValue. externRef(long data)static ValueValue. f32(long data)static ValueValue. f64(long data)static ValueValue. fromDouble(double data)static ValueValue. fromFloat(float data)static ValueValue. funcRef(long data)static ValueValue. i32(long data)static ValueValue. i64(long data)ValueTable. ref(int index)static ValueValue. zero(ValueType valueType)Create a zeroed value for the particular type.
-