Package com.dylibso.chicory.wasm.types
Class FunctionType
java.lang.Object
com.dylibso.chicory.wasm.types.FunctionType
-
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionTypestatic FunctionTypeempty()booleanequals(FunctionType other) booleaninthashCode()static FunctionTypestatic FunctionTypeparams()booleanparamsMatch(FunctionType other) static FunctionTypereturns()booleanreturnsMatch(FunctionType other) toString()booleantypesMatch(FunctionType other)