Interface Globals.Loader

All Known Implementing Classes:
LuaC
Enclosing class:
Globals

public static interface Globals.Loader
Interface for module that converts a Prototype into a LuaFunction with an environment.
  • Method Summary

    Modifier and Type
    Method
    Description
    load(Prototype prototype, String chunkname, LuaValue env)
    Convert the prototype into a LuaFunction with the supplied environment.