Class LuaCompiler
java.lang.Object
se.krka.kahlua.luaj.compiler.LuaCompiler
- All Implemented Interfaces:
JavaFunction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
call
(LuaCallFrame luaCallFrame, int int0) static LuaClosure
loadis
(InputStream inputStream, String string, KahluaTable table) static LuaClosure
loadis
(Reader reader, String string, KahluaTable table) static int
loadstream
(LuaCallFrame luaCallFrame, int int0) static LuaClosure
loadstring
(String string1, String string0, KahluaTable table) static void
register
(KahluaTable table)
-
Field Details
-
rewriteEvents
public static boolean rewriteEvents
-
-
Method Details
-
register
-
call
- Specified by:
call
in interfaceJavaFunction
-
loadstream
-
loadis
public static LuaClosure loadis(InputStream inputStream, String string, KahluaTable table) throws IOException - Throws:
IOException
-
loadis
- Throws:
IOException
-
loadstring
public static LuaClosure loadstring(String string1, String string0, KahluaTable table) throws IOException - Throws:
IOException
-