Uses of Class
com.dylibso.chicory.wasm.types.ValueType
-
Packages that use ValueType Package Description com.dylibso.chicory.wasm.types -
-
Uses of ValueType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ValueType Modifier and Type Method Description static ValueTypeValueType. byId(long id)ValueType[]FunctionType. params()ValueType[]FunctionType. returns()ValueTypeValue. type()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.ValueTypeGlobal. valueType()Methods in com.dylibso.chicory.wasm.types that return types with arguments of type ValueType Modifier and Type Method Description List<ValueType>FunctionBody. localTypes()Methods in com.dylibso.chicory.wasm.types with parameters of type ValueType Modifier and Type Method Description static ValueValue. zero(ValueType valueType)Create a zeroed value for the particular type.Constructors in com.dylibso.chicory.wasm.types with parameters of type ValueType Constructor Description FunctionType(ValueType[] params, ValueType[] returns)Global(ValueType valueType, MutabilityType mutabilityType, Instruction[] init)ImportDesc(ImportDescType type, Limits limits, ValueType valType)ImportDesc(ImportDescType type, MutabilityType mutabilityType, ValueType valType)Value(ValueType type, int value)Value(ValueType type, long value)Constructor parameters in com.dylibso.chicory.wasm.types with type arguments of type ValueType Constructor Description FunctionBody(List<ValueType> locals, List<Instruction> instructions)
-