public final class WasmFunctionTypeInfo extends Record
| Constructor and Description |
|---|
WasmFunctionTypeInfo(WebAssemblyValueType[] paramTypes,
WebAssemblyValueType[] resultTypes,
boolean anyTypeIsI64,
boolean anyTypeIsV128) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyTypeIsI64() |
boolean |
anyTypeIsV128() |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
paramLength() |
WebAssemblyValueType[] |
paramTypes() |
int |
resultLength() |
WebAssemblyValueType[] |
resultTypes() |
String |
toString() |
public WasmFunctionTypeInfo(WebAssemblyValueType[] paramTypes, WebAssemblyValueType[] resultTypes, boolean anyTypeIsI64, boolean anyTypeIsV128)
public int paramLength()
public int resultLength()
public WebAssemblyValueType[] paramTypes()
public WebAssemblyValueType[] resultTypes()
public boolean anyTypeIsI64()
public boolean anyTypeIsV128()