Package com.dylibso.chicory.wasm.types
Class FunctionType
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.FunctionType
-
public class FunctionType extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionType(ValueType[] params, ValueType[] returns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueType[]params()booleanparamsMatch(FunctionType other)ValueType[]returns()booleanreturnsMatch(FunctionType other)StringtoString()booleantypesMatch(FunctionType other)
-
-
-
Method Detail
-
params
public ValueType[] params()
-
returns
public ValueType[] returns()
-
paramsMatch
public boolean paramsMatch(FunctionType other)
-
returnsMatch
public boolean returnsMatch(FunctionType other)
-
typesMatch
public boolean typesMatch(FunctionType other)
-
-