Class use_Lua

java.lang.Object
com.jackmeng.core.lua.use_Lua

public final class use_Lua extends Object
Some high level and simplifications for LuaJ's awesome library.
Author:
Jack Meng
  • Constructor Details

    • use_Lua

      private use_Lua()
  • Method Details

    • exec_Lua

      @has_Unsafe(reason="This method executes unknown Lua snippeted code which can be unsafe to execute without proper prehand checks!") public static @has_Unsafe(reason="This method executes unknown Lua snippeted code which can be unsafe to execute without proper prehand checks!") org.luaj.vm2.LuaValue exec_Lua(String luaCode)
    • make_coerce_map

      public static Hashtable<String,?> make_coerce_map(String[] identifiers, List<use_Struct.struct_Trio<Class<?>,Class<?>[],Object[]>> args)
    • exec_coerce_l2j

      public static org.luaj.vm2.LuaValue exec_coerce_l2j(String[] identifiers, String luaCode, Class<?> type, Class<?>[] constructorSignature, Object... args)
    • get_globals

      public static org.luaj.vm2.Globals get_globals()
    • get_debug_globals

      public static org.luaj.vm2.Globals get_debug_globals()