Uses of Enum
com.dylibso.chicory.wasm.types.ValueType
Packages that use ValueType
-
Uses of ValueType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ValueTypeModifier and TypeMethodDescriptionTable.elementType()TableImport.entryType()static ValueTypeValueType.forId(int id) static ValueTypeValueType.refTypeForId(int id) Element.type()GlobalImport.type()Value.type()static ValueTypeReturns 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.Global.valueType()Methods in com.dylibso.chicory.wasm.types that return types with arguments of type ValueTypeModifier and TypeMethodDescriptionFunctionBody.localTypes()FunctionType.params()FunctionType.returns()Methods in com.dylibso.chicory.wasm.types with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic FunctionTypestatic FunctionTypestatic FunctionTypestatic longCreate a zeroed value for the particular type.Method parameters in com.dylibso.chicory.wasm.types with type arguments of type ValueTypeConstructors in com.dylibso.chicory.wasm.types with parameters of type ValueTypeModifierConstructorDescriptionActiveElement(ValueType type, List<List<Instruction>> initializers, int tableIndex, List<Instruction> offset) Construct a new instance.DeclarativeElement(ValueType type, List<List<Instruction>> initializers) Construct a new instance.Global(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) GlobalImport(String moduleName, String name, MutabilityType mutabilityType, ValueType type) Construct a new instance.PassiveElement(ValueType type, List<List<Instruction>> initializers) Construct a new instance.Table(ValueType elementType, TableLimits limits) TableImport(String moduleName, String name, ValueType entryType, TableLimits limits) Construct a new instance.Constructor parameters in com.dylibso.chicory.wasm.types with type arguments of type ValueTypeModifierConstructorDescriptionFunctionBody(List<ValueType> locals, List<AnnotatedInstruction> instructions)