A Neko Module represent a execution unit for the Neko Virtual Machine. Each compiled .n bytecode file is a module once loaded by the NekoVM.

Static methods

@:has_untypedstaticlocal():Module

Returns the local Module, which is the one in which this method is included.

Constructor

Variables

m:ModuleHandle

The abstract handle.

read onlyname:String