Package com.dylibso.chicory.wasm.types
Class ImportDesc
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.ImportDesc
-
public class ImportDesc extends Object
-
-
Constructor Summary
Constructors Constructor Description ImportDesc(ImportDescType type, int index)ImportDesc(ImportDescType type, Limits limits)ImportDesc(ImportDescType type, Limits limits, ValueType valType)ImportDesc(ImportDescType type, MutabilityType mutabilityType, ValueType valType)
-
-
-
Constructor Detail
-
ImportDesc
public ImportDesc(ImportDescType type, int index)
-
ImportDesc
public ImportDesc(ImportDescType type, MutabilityType mutabilityType, ValueType valType)
-
ImportDesc
public ImportDesc(ImportDescType type, Limits limits)
-
ImportDesc
public ImportDesc(ImportDescType type, Limits limits, ValueType valType)
-
-
Method Detail
-
index
public long index()
-
type
public ImportDescType type()
-
-