Uses of Class
com.dylibso.chicory.wasm.types.ValType
Packages that use ValType
-
Uses of ValType in com.dylibso.chicory.wasm.types
Fields in com.dylibso.chicory.wasm.types declared as ValTypeModifier and TypeFieldDescriptionstatic ValTypeValType.BOTstatic ValTypeValType.ExnRefstatic ValTypeValType.ExternRefstatic ValTypeValType.F32static ValTypeValType.F64static ValTypeValType.FuncRefstatic ValTypeValType.I32static ValTypeValType.I64static ValTypeValType.RefBotstatic ValTypeValType.V128Methods in com.dylibso.chicory.wasm.types that return ValTypeModifier and TypeMethodDescriptionValType.Builder.build()ValType.Builder.build(Function<Integer, FunctionType> context) Table.elementType()TableImport.entryType()ValueType.toValType()Deprecated.Element.type()GlobalImport.type()Value.type()Global.valueType()Methods in com.dylibso.chicory.wasm.types that return types with arguments of type ValTypeModifier and TypeMethodDescriptionFunctionBody.localTypes()FunctionType.params()FunctionType.returns()Methods in com.dylibso.chicory.wasm.types with parameters of type ValTypeModifier and TypeMethodDescriptionstatic FunctionTypestatic booleanstatic booleanValType.matchesRef(ValType t1, ValType t2) static FunctionTypestatic FunctionTypestatic longCreate a zeroed value for the particular type.Method parameters in com.dylibso.chicory.wasm.types with type arguments of type ValTypeConstructors in com.dylibso.chicory.wasm.types with parameters of type ValTypeModifierConstructorDescriptionActiveElement(ValType type, List<List<Instruction>> initializers, int tableIndex, List<Instruction> offset) Construct a new instance.DeclarativeElement(ValType type, List<List<Instruction>> initializers) Construct a new instance.Global(ValType valType, MutabilityType mutabilityType, List<Instruction> init) GlobalImport(String moduleName, String name, MutabilityType mutabilityType, ValType type) Construct a new instance.PassiveElement(ValType type, List<List<Instruction>> initializers) Construct a new instance.Table(ValType elementType, TableLimits limits) Table(ValType elementType, TableLimits limits, List<Instruction> init) TableImport(String moduleName, String name, ValType entryType, TableLimits limits) Construct a new instance.Constructor parameters in com.dylibso.chicory.wasm.types with type arguments of type ValTypeModifierConstructorDescriptionFunctionBody(List<ValType> locals, List<AnnotatedInstruction> instructions)