Add module to the import list of current one. @param module The other module.
(Module module)
| 92 | * @param module The other module. |
| 93 | */ |
| 94 | public void importModule(Module module) { |
| 95 | getApi("ffi.ModuleImportModule").pushArg(this).pushArg(module).invoke(); |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Get type key of the module. |