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 FunctionTypeValType.Builder.substitute(int opcode, int typeIdx, Function<Integer, FunctionType> context) TypeSection.types()Methods in com.dylibso.chicory.wasm.types that return types with arguments of type FunctionTypeMethods 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) Method parameters in com.dylibso.chicory.wasm.types with type arguments of type FunctionTypeModifier and TypeMethodDescriptionValType.Builder.build(Function<Integer, FunctionType> context) ValType.Builder.substitute(int opcode, int typeIdx, Function<Integer, FunctionType> context)