Package se.krka.kahlua.luaj.compiler
Class LuaCompiler
java.lang.Object
se.krka.kahlua.luaj.compiler.LuaCompiler
- All Implemented Interfaces:
JavaFunction
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
call
(LuaCallFrame luaCallFrame, int int1) static LuaClosure
loadis
(InputStream inputStream, String string, KahluaTable kahluaTable) static LuaClosure
loadis
(Reader reader, String string, KahluaTable kahluaTable) static int
loadstream
(LuaCallFrame luaCallFrame, int int1) static LuaClosure
loadstring
(String string, String string2, KahluaTable kahluaTable) static void
register
(KahluaTable kahluaTable)
-
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 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
-