Uses of Class
com.dylibso.chicory.wasm.types.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return FunctionTypeModifier and TypeMethodDescriptionstatic FunctionTypestatic FunctionTypeFunctionType.empty()FunctionSection.getFunctionType(int idx, TypeSection typeSection) TypeSection.getType(int idx) static FunctionTypestatic FunctionTypestatic FunctionTypeTypeSection.types()Methods in com.dylibso.chicory.wasm.types with parameters of type FunctionTypeModifier and TypeMethodDescriptionTypeSection.Builder.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)