Uses of Class
com.dylibso.chicory.wasm.types.Import
-
Packages that use Import Package Description com.dylibso.chicory.wasm.types -
-
Uses of Import in com.dylibso.chicory.wasm.types
Subclasses of Import in com.dylibso.chicory.wasm.types Modifier and Type Class Description classFunctionImportAn imported function.classGlobalImportAn imported global variable or constant.classMemoryImportAn imported memory.classTableImportAn imported table.Methods in com.dylibso.chicory.wasm.types that return Import Modifier and Type Method Description ImportImportSection. getImport(int idx)Methods in com.dylibso.chicory.wasm.types that return types with arguments of type Import Modifier and Type Method Description Stream<Import>ImportSection. stream()Methods in com.dylibso.chicory.wasm.types with parameters of type Import Modifier and Type Method Description intImportSection. addImport(Import import_)Add an import definition to this section.booleanFunctionImport. equals(Import other)booleanGlobalImport. equals(Import other)booleanImport. equals(Import other)booleanMemoryImport. equals(Import other)booleanTableImport. equals(Import other)
-