Package com.dylibso.chicory.wasm.types
Class Import
java.lang.Object
com.dylibso.chicory.wasm.types.Import
- Direct Known Subclasses:
FunctionImport,GlobalImport,MemoryImport,TableImport,TagImport
Some imported entity.
See Imports for reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()abstract ExternalTypemodule()name()toString()
-
Method Details