Package se.krka.kahlua.luaj.compiler
Class LuaCompiler
java.lang.Object
se.krka.kahlua.luaj.compiler.LuaCompiler
- All Implemented Interfaces:
JavaFunction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintcall(LuaCallFrame luaCallFrame, int int1) static LuaClosureloadis(InputStream inputStream, String string, KahluaTable kahluaTable) static LuaClosureloadis(Reader reader, String string, KahluaTable kahluaTable) static intloadstream(LuaCallFrame luaCallFrame, int int1) static LuaClosureloadstring(String string, String string2, KahluaTable kahluaTable) static voidregister(KahluaTable kahluaTable)
-
Field Details
-
rewriteEvents
public static boolean rewriteEvents
-
-
Method Details
-
register
-
call
- Specified by:
callin interfaceJavaFunction
-
loadstream
-
loadis
public static LuaClosure loadis(InputStream inputStream, String string, KahluaTable kahluaTable) throws IOException - Throws:
IOException
-
loadis
public static LuaClosure loadis(Reader reader, String string, KahluaTable kahluaTable) throws IOException - Throws:
IOException
-
loadstring
public static LuaClosure loadstring(String string, String string2, KahluaTable kahluaTable) throws IOException - Throws:
IOException
-