Uses of Class
com.dylibso.chicory.wasm.types.FunctionType
-
Packages that use FunctionType Package Description com.dylibso.chicory.wasm.types -
-
Uses of FunctionType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return FunctionType Modifier and Type Method Description static FunctionTypeFunctionType. accepting(ValueType valueType)static FunctionTypeFunctionType. empty()FunctionTypeFunctionSection. getFunctionType(int idx, TypeSection typeSection)FunctionTypeTypeSection. getType(int idx)static FunctionTypeFunctionType. of(ValueType[] params, ValueType[] returns)static FunctionTypeFunctionType. of(List<ValueType> params, List<ValueType> returns)static FunctionTypeFunctionType. returning(ValueType valueType)FunctionType[]TypeSection. types()Methods in com.dylibso.chicory.wasm.types with parameters of type FunctionType Modifier and Type Method Description intTypeSection. addFunctionType(FunctionType functionType)Add a function type definition to this section.booleanFunctionType. equals(FunctionType other)booleanFunctionType. paramsMatch(FunctionType other)booleanFunctionType. returnsMatch(FunctionType other)booleanFunctionType. typesMatch(FunctionType other)
-