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 int0) static LuaClosureloadis(InputStream inputStream, String string, KahluaTable table) static LuaClosureloadis(Reader reader, String string, KahluaTable table) static intloadstream(LuaCallFrame luaCallFrame, int int0) static LuaClosureloadstring(String string1, String string0, KahluaTable table) static voidregister(KahluaTable table)
-
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 table) throws IOException - Throws:
IOException
-
loadis
- Throws:
IOException
-
loadstring
public static LuaClosure loadstring(String string1, String string0, KahluaTable table) throws IOException - Throws:
IOException
-