|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LoadState.LuaCompiler
Interface for the compiler, if it is installed.
See the LuaClosure
documentation for examples of how to use the compiler.
LuaClosure
,
load(InputStream, String, LuaValue)
Method Summary | |
---|---|
LuaFunction |
load(java.io.InputStream stream,
java.lang.String filename,
LuaValue env)
Load into a Closure or LuaFunction from a Stream and initializes the environment |
Method Detail |
---|
LuaFunction load(java.io.InputStream stream, java.lang.String filename, LuaValue env) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |