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 FunctionTypeFunctionSection. getFunctionType(int idx, TypeSection typeSection)FunctionTypeTypeSection. getType(int idx)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. paramsMatch(FunctionType other)booleanFunctionType. returnsMatch(FunctionType other)booleanFunctionType. typesMatch(FunctionType other)
-