Class LuaJConsts


  • public abstract class LuaJConsts
    extends java.lang.Object
    Generated with generate-consts.awk:
    awk -f scripts/generate-consts.awk \
         .../lua.h \
         .../lauxlib.h \
         > .../party/iroiro/jua/...Consts.java
    • Constructor Summary

      Constructors 
      Constructor Description
      LuaJConsts()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LUA_VERSION_NUM

        public static final int LUA_VERSION_NUM
        Generated from lua51/jni/lua51/src/lua.h (line 21):
        #define LUA_VERSION_NUM 501
        See Also:
        Constant Field Values
      • LUA_REGISTRYINDEX

        public static final int LUA_REGISTRYINDEX
        Generated from lua51/jni/lua51/src/lua.h (line 36):
        #define LUA_REGISTRYINDEX       (-10000)
        See Also:
        Constant Field Values
      • LUA_ENVIRONINDEX

        public static final int LUA_ENVIRONINDEX
        Generated from lua51/jni/lua51/src/lua.h (line 37):
        #define LUA_ENVIRONINDEX        (-10001)
        See Also:
        Constant Field Values
      • LUA_GLOBALSINDEX

        public static final int LUA_GLOBALSINDEX
        Generated from lua51/jni/lua51/src/lua.h (line 38):
        #define LUA_GLOBALSINDEX        (-10002)
        See Also:
        Constant Field Values
      • LUA_YIELD

        public static final int LUA_YIELD
        Generated from lua51/jni/lua51/src/lua.h (line 43):
        #define LUA_YIELD       1
        See Also:
        Constant Field Values
      • LUA_ERRRUN

        public static final int LUA_ERRRUN
        Generated from lua51/jni/lua51/src/lua.h (line 44):
        #define LUA_ERRRUN      2
        See Also:
        Constant Field Values
      • LUA_ERRSYNTAX

        public static final int LUA_ERRSYNTAX
        Generated from lua51/jni/lua51/src/lua.h (line 45):
        #define LUA_ERRSYNTAX   3
        See Also:
        Constant Field Values
      • LUA_ERRMEM

        public static final int LUA_ERRMEM
        Generated from lua51/jni/lua51/src/lua.h (line 46):
        #define LUA_ERRMEM      4
        See Also:
        Constant Field Values
      • LUA_ERRERR

        public static final int LUA_ERRERR
        Generated from lua51/jni/lua51/src/lua.h (line 47):
        #define LUA_ERRERR      5
        See Also:
        Constant Field Values
      • LUA_MINSTACK

        public static final int LUA_MINSTACK
        Generated from lua51/jni/lua51/src/lua.h (line 87):
        #define LUA_MINSTACK    20
        See Also:
        Constant Field Values
      • LUA_NOREF

        public static final int LUA_NOREF
        Generated from lua51/jni/lua51/src/lauxlib.h (line 547):
        #define LUA_NOREF       (-2)
        See Also:
        Constant Field Values
      • LUA_REFNIL

        public static final int LUA_REFNIL
        Generated from lua51/jni/lua51/src/lauxlib.h (line 548):
        #define LUA_REFNIL      (-1)
        See Also:
        Constant Field Values
    • Constructor Detail

      • LuaJConsts

        public LuaJConsts()