Class LuaJConsts

java.lang.Object
party.iroiro.luajava.luaj.LuaJConsts

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

    • LUA_VERSION

      public static final String LUA_VERSION
      See Also:
    • LUA_RELEASE

      public static final String LUA_RELEASE
      See Also:
    • 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:
    • LUA_MULTRET

      public static final int LUA_MULTRET
      See Also:
    • LUA_REGISTRYINDEX

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

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

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

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

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

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

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

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

      public static final int LUA_TNONE
      See Also:
    • LUA_TNIL

      public static final int LUA_TNIL
      See Also:
    • LUA_TBOOLEAN

      public static final int LUA_TBOOLEAN
      See Also:
    • LUA_TLIGHTUSERDATA

      public static final int LUA_TLIGHTUSERDATA
      See Also:
    • LUA_TNUMBER

      public static final int LUA_TNUMBER
      See Also:
    • LUA_TSTRING

      public static final int LUA_TSTRING
      See Also:
    • LUA_TTABLE

      public static final int LUA_TTABLE
      See Also:
    • LUA_TFUNCTION

      public static final int LUA_TFUNCTION
      See Also:
    • LUA_TUSERDATA

      public static final int LUA_TUSERDATA
      See Also:
    • LUA_TTHREAD

      public static final int LUA_TTHREAD
      See Also:
    • LUA_MINSTACK

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

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

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

    • LuaJConsts

      public LuaJConsts()