Package com.prineside.luaj
Interface Globals.Compiler
- All Known Implementing Classes:
 LuaC
- Enclosing class:
 - Globals
 
public static interface Globals.Compiler
Interface for module that converts lua source text into a prototype.
- 
Method Summary
Modifier and TypeMethodDescriptioncompile(InputStream stream, String chunkname) Compile lua source into a Prototype. 
- 
Method Details
- 
compile
Compile lua source into a Prototype. The InputStream is assumed to be in UTF-8.- Throws:
 IOException
 
 -