public interface LoaderProvider
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Returns the name of the library provided by this provider.
|
org.classdump.luna.runtime.LuaFunction |
newLoader(RuntimeEnvironment runtimeEnvironment,
org.classdump.luna.Table env)
Returns a new instance of the loader function for this library.
|
String name()
org.classdump.luna.runtime.LuaFunction newLoader(RuntimeEnvironment runtimeEnvironment, org.classdump.luna.Table env)
runtimeEnvironment - the runtime environment to be used by the providerenv - the global _ENV table used to load the libraryCopyright © 2016–2017. All rights reserved.