Package com.dylibso.chicory.wasm.types
Class TableImport
java.lang.Object
com.dylibso.chicory.wasm.types.Import
com.dylibso.chicory.wasm.types.TableImport
An imported table.
-
Constructor Summary
ConstructorsConstructorDescriptionTableImport(String moduleName, String name, ValueType entryType, TableLimits limits) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(TableImport other) inthashCode()limits()
-
Constructor Details
-
TableImport
Construct a new instance.- Parameters:
moduleName- the module name (must not benull)name- the imported table name (must not benull)entryType- the table entry type (must not benull)limits- the table limits (must not benull)
-
-
Method Details
-
entryType
- Returns:
- the table entry type
-
limits
- Returns:
- the table size limits
-
importType
- Specified by:
importTypein classImport- Returns:
- the kind of imported definition
-
equals
-
equals
-
hashCode
public int hashCode() -
toString
-