Package party.iroiro.luajava.lua52
Class Lua52Consts
- java.lang.Object
-
- party.iroiro.luajava.lua52.Lua52Consts
-
public abstract class Lua52Consts extends java.lang.Object
Generated withgenerate-consts.awk
:awk -f scripts/generate-consts.awk \ .../lua.h \ .../lauxlib.h \ > .../party/iroiro/jua/...Consts.java
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LUA_AUTHORS
Generated from lua52/jni/lua52/lua.h (line 27):static int
LUA_ERRERR
Generated from lua52/jni/lua52/lua.h (line 51):static int
LUA_ERRGCMM
Generated from lua52/jni/lua52/lua.h (line 50):static int
LUA_ERRMEM
Generated from lua52/jni/lua52/lua.h (line 49):static int
LUA_ERRRUN
Generated from lua52/jni/lua52/lua.h (line 47):static int
LUA_ERRSYNTAX
Generated from lua52/jni/lua52/lua.h (line 48):static java.lang.String
LUA_FILEHANDLE
Generated from lua52/jni/lua52/lauxlib.h (line 629):static int
LUA_GCCOLLECT
Generated from lua52/jni/lua52/lua.h (line 283):static int
LUA_GCCOUNT
Generated from lua52/jni/lua52/lua.h (line 284):static int
LUA_GCCOUNTB
Generated from lua52/jni/lua52/lua.h (line 285):static int
LUA_GCGEN
Generated from lua52/jni/lua52/lua.h (line 291):static int
LUA_GCINC
Generated from lua52/jni/lua52/lua.h (line 292):static int
LUA_GCISRUNNING
Generated from lua52/jni/lua52/lua.h (line 290):static int
LUA_GCRESTART
Generated from lua52/jni/lua52/lua.h (line 282):static int
LUA_GCSETMAJORINC
Generated from lua52/jni/lua52/lua.h (line 289):static int
LUA_GCSETPAUSE
Generated from lua52/jni/lua52/lua.h (line 287):static int
LUA_GCSETSTEPMUL
Generated from lua52/jni/lua52/lua.h (line 288):static int
LUA_GCSTEP
Generated from lua52/jni/lua52/lua.h (line 286):static int
LUA_GCSTOP
Generated from lua52/jni/lua52/lua.h (line 281):static int
LUA_HOOKCALL
Generated from lua52/jni/lua52/lua.h (line 360):static int
LUA_HOOKCOUNT
Generated from lua52/jni/lua52/lua.h (line 363):static int
LUA_HOOKLINE
Generated from lua52/jni/lua52/lua.h (line 362):static int
LUA_HOOKRET
Generated from lua52/jni/lua52/lua.h (line 361):static int
LUA_HOOKTAILCALL
Generated from lua52/jni/lua52/lua.h (line 364):static int
LUA_MINSTACK
Generated from lua52/jni/lua52/lua.h (line 93):static int
LUA_MULTRET
Generated from lua52/jni/lua52/lua.h (line 34):static int
LUA_NOREF
Generated from lua52/jni/lua52/lauxlib.h (line 513):static int
LUA_NUMTAGS
Generated from lua52/jni/lua52/lua.h (line 88):static int
LUA_OK
Generated from lua52/jni/lua52/lua.h (line 45):static int
LUA_OPDIV
Generated from lua52/jni/lua52/lua.h (line 187):static int
LUA_OPEQ
Generated from lua52/jni/lua52/lua.h (line 194):static int
LUA_OPLE
Generated from lua52/jni/lua52/lua.h (line 196):static int
LUA_OPLT
Generated from lua52/jni/lua52/lua.h (line 195):static int
LUA_OPMOD
Generated from lua52/jni/lua52/lua.h (line 188):static int
LUA_OPMUL
Generated from lua52/jni/lua52/lua.h (line 186):static int
LUA_OPPOW
Generated from lua52/jni/lua52/lua.h (line 189):static int
LUA_OPSUB
Generated from lua52/jni/lua52/lua.h (line 185):static int
LUA_OPUNM
Generated from lua52/jni/lua52/lua.h (line 190):static int
LUA_REFNIL
Generated from lua52/jni/lua52/lauxlib.h (line 514):static int
LUA_RIDX_GLOBALS
Generated from lua52/jni/lua52/lua.h (line 98):static int
LUA_RIDX_MAINTHREAD
Generated from lua52/jni/lua52/lua.h (line 97):static java.lang.String
LUA_SIGNATURE
Generated from lua52/jni/lua52/lua.h (line 31):static int
LUA_TBOOLEAN
Generated from lua52/jni/lua52/lua.h (line 79):static int
LUA_TFUNCTION
Generated from lua52/jni/lua52/lua.h (line 84):static int
LUA_TLIGHTUSERDATA
Generated from lua52/jni/lua52/lua.h (line 80):static int
LUA_TNIL
Generated from lua52/jni/lua52/lua.h (line 78):static int
LUA_TNONE
Generated from lua52/jni/lua52/lua.h (line 76):static int
LUA_TNUMBER
Generated from lua52/jni/lua52/lua.h (line 81):static int
LUA_TSTRING
Generated from lua52/jni/lua52/lua.h (line 82):static int
LUA_TTABLE
Generated from lua52/jni/lua52/lua.h (line 83):static int
LUA_TTHREAD
Generated from lua52/jni/lua52/lua.h (line 86):static int
LUA_TUSERDATA
Generated from lua52/jni/lua52/lua.h (line 85):static java.lang.String
LUA_VERSION_MAJOR
Generated from lua52/jni/lua52/lua.h (line 19):static java.lang.String
LUA_VERSION_MINOR
Generated from lua52/jni/lua52/lua.h (line 20):static int
LUA_VERSION_NUM
Generated from lua52/jni/lua52/lua.h (line 21):static java.lang.String
LUA_VERSION_RELEASE
Generated from lua52/jni/lua52/lua.h (line 22):static int
LUA_YIELD
Generated from lua52/jni/lua52/lua.h (line 46):
-
Constructor Summary
Constructors Constructor Description Lua52Consts()
-
-
-
Field Detail
-
LUA_VERSION_MAJOR
public static final java.lang.String LUA_VERSION_MAJOR
Generated from lua52/jni/lua52/lua.h (line 19):#define LUA_VERSION_MAJOR "5"
- See Also:
- Constant Field Values
-
LUA_VERSION_MINOR
public static final java.lang.String LUA_VERSION_MINOR
Generated from lua52/jni/lua52/lua.h (line 20):#define LUA_VERSION_MINOR "2"
- See Also:
- Constant Field Values
-
LUA_VERSION_NUM
public static final int LUA_VERSION_NUM
Generated from lua52/jni/lua52/lua.h (line 21):#define LUA_VERSION_NUM 502
- See Also:
- Constant Field Values
-
LUA_VERSION_RELEASE
public static final java.lang.String LUA_VERSION_RELEASE
Generated from lua52/jni/lua52/lua.h (line 22):#define LUA_VERSION_RELEASE "4"
- See Also:
- Constant Field Values
-
LUA_AUTHORS
public static final java.lang.String LUA_AUTHORS
Generated from lua52/jni/lua52/lua.h (line 27):#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
- See Also:
- Constant Field Values
-
LUA_SIGNATURE
public static final java.lang.String LUA_SIGNATURE
Generated from lua52/jni/lua52/lua.h (line 31):#define LUA_SIGNATURE "\033Lua"
- See Also:
- Constant Field Values
-
LUA_MULTRET
public static final int LUA_MULTRET
Generated from lua52/jni/lua52/lua.h (line 34):#define LUA_MULTRET (-1)
- See Also:
- Constant Field Values
-
LUA_OK
public static final int LUA_OK
Generated from lua52/jni/lua52/lua.h (line 45):#define LUA_OK 0
- See Also:
- Constant Field Values
-
LUA_YIELD
public static final int LUA_YIELD
Generated from lua52/jni/lua52/lua.h (line 46):#define LUA_YIELD 1
- See Also:
- Constant Field Values
-
LUA_ERRRUN
public static final int LUA_ERRRUN
Generated from lua52/jni/lua52/lua.h (line 47):#define LUA_ERRRUN 2
- See Also:
- Constant Field Values
-
LUA_ERRSYNTAX
public static final int LUA_ERRSYNTAX
Generated from lua52/jni/lua52/lua.h (line 48):#define LUA_ERRSYNTAX 3
- See Also:
- Constant Field Values
-
LUA_ERRMEM
public static final int LUA_ERRMEM
Generated from lua52/jni/lua52/lua.h (line 49):#define LUA_ERRMEM 4
- See Also:
- Constant Field Values
-
LUA_ERRGCMM
public static final int LUA_ERRGCMM
Generated from lua52/jni/lua52/lua.h (line 50):#define LUA_ERRGCMM 5
- See Also:
- Constant Field Values
-
LUA_ERRERR
public static final int LUA_ERRERR
Generated from lua52/jni/lua52/lua.h (line 51):#define LUA_ERRERR 6
- See Also:
- Constant Field Values
-
LUA_TNONE
public static final int LUA_TNONE
Generated from lua52/jni/lua52/lua.h (line 76):#define LUA_TNONE (-1)
- See Also:
- Constant Field Values
-
LUA_TNIL
public static final int LUA_TNIL
Generated from lua52/jni/lua52/lua.h (line 78):#define LUA_TNIL 0
- See Also:
- Constant Field Values
-
LUA_TBOOLEAN
public static final int LUA_TBOOLEAN
Generated from lua52/jni/lua52/lua.h (line 79):#define LUA_TBOOLEAN 1
- See Also:
- Constant Field Values
-
LUA_TLIGHTUSERDATA
public static final int LUA_TLIGHTUSERDATA
Generated from lua52/jni/lua52/lua.h (line 80):#define LUA_TLIGHTUSERDATA 2
- See Also:
- Constant Field Values
-
LUA_TNUMBER
public static final int LUA_TNUMBER
Generated from lua52/jni/lua52/lua.h (line 81):#define LUA_TNUMBER 3
- See Also:
- Constant Field Values
-
LUA_TSTRING
public static final int LUA_TSTRING
Generated from lua52/jni/lua52/lua.h (line 82):#define LUA_TSTRING 4
- See Also:
- Constant Field Values
-
LUA_TTABLE
public static final int LUA_TTABLE
Generated from lua52/jni/lua52/lua.h (line 83):#define LUA_TTABLE 5
- See Also:
- Constant Field Values
-
LUA_TFUNCTION
public static final int LUA_TFUNCTION
Generated from lua52/jni/lua52/lua.h (line 84):#define LUA_TFUNCTION 6
- See Also:
- Constant Field Values
-
LUA_TUSERDATA
public static final int LUA_TUSERDATA
Generated from lua52/jni/lua52/lua.h (line 85):#define LUA_TUSERDATA 7
- See Also:
- Constant Field Values
-
LUA_TTHREAD
public static final int LUA_TTHREAD
Generated from lua52/jni/lua52/lua.h (line 86):#define LUA_TTHREAD 8
- See Also:
- Constant Field Values
-
LUA_NUMTAGS
public static final int LUA_NUMTAGS
Generated from lua52/jni/lua52/lua.h (line 88):#define LUA_NUMTAGS 9
- See Also:
- Constant Field Values
-
LUA_MINSTACK
public static final int LUA_MINSTACK
Generated from lua52/jni/lua52/lua.h (line 93):#define LUA_MINSTACK 20
- See Also:
- Constant Field Values
-
LUA_RIDX_MAINTHREAD
public static final int LUA_RIDX_MAINTHREAD
Generated from lua52/jni/lua52/lua.h (line 97):#define LUA_RIDX_MAINTHREAD 1
- See Also:
- Constant Field Values
-
LUA_RIDX_GLOBALS
public static final int LUA_RIDX_GLOBALS
Generated from lua52/jni/lua52/lua.h (line 98):#define LUA_RIDX_GLOBALS 2
- See Also:
- Constant Field Values
-
LUA_OPSUB
public static final int LUA_OPSUB
Generated from lua52/jni/lua52/lua.h (line 185):#define LUA_OPSUB 1
- See Also:
- Constant Field Values
-
LUA_OPMUL
public static final int LUA_OPMUL
Generated from lua52/jni/lua52/lua.h (line 186):#define LUA_OPMUL 2
- See Also:
- Constant Field Values
-
LUA_OPDIV
public static final int LUA_OPDIV
Generated from lua52/jni/lua52/lua.h (line 187):#define LUA_OPDIV 3
- See Also:
- Constant Field Values
-
LUA_OPMOD
public static final int LUA_OPMOD
Generated from lua52/jni/lua52/lua.h (line 188):#define LUA_OPMOD 4
- See Also:
- Constant Field Values
-
LUA_OPPOW
public static final int LUA_OPPOW
Generated from lua52/jni/lua52/lua.h (line 189):#define LUA_OPPOW 5
- See Also:
- Constant Field Values
-
LUA_OPUNM
public static final int LUA_OPUNM
Generated from lua52/jni/lua52/lua.h (line 190):#define LUA_OPUNM 6
- See Also:
- Constant Field Values
-
LUA_OPEQ
public static final int LUA_OPEQ
Generated from lua52/jni/lua52/lua.h (line 194):#define LUA_OPEQ 0
- See Also:
- Constant Field Values
-
LUA_OPLT
public static final int LUA_OPLT
Generated from lua52/jni/lua52/lua.h (line 195):#define LUA_OPLT 1
- See Also:
- Constant Field Values
-
LUA_OPLE
public static final int LUA_OPLE
Generated from lua52/jni/lua52/lua.h (line 196):#define LUA_OPLE 2
- See Also:
- Constant Field Values
-
LUA_GCSTOP
public static final int LUA_GCSTOP
Generated from lua52/jni/lua52/lua.h (line 281):#define LUA_GCSTOP 0
- See Also:
- Constant Field Values
-
LUA_GCRESTART
public static final int LUA_GCRESTART
Generated from lua52/jni/lua52/lua.h (line 282):#define LUA_GCRESTART 1
- See Also:
- Constant Field Values
-
LUA_GCCOLLECT
public static final int LUA_GCCOLLECT
Generated from lua52/jni/lua52/lua.h (line 283):#define LUA_GCCOLLECT 2
- See Also:
- Constant Field Values
-
LUA_GCCOUNT
public static final int LUA_GCCOUNT
Generated from lua52/jni/lua52/lua.h (line 284):#define LUA_GCCOUNT 3
- See Also:
- Constant Field Values
-
LUA_GCCOUNTB
public static final int LUA_GCCOUNTB
Generated from lua52/jni/lua52/lua.h (line 285):#define LUA_GCCOUNTB 4
- See Also:
- Constant Field Values
-
LUA_GCSTEP
public static final int LUA_GCSTEP
Generated from lua52/jni/lua52/lua.h (line 286):#define LUA_GCSTEP 5
- See Also:
- Constant Field Values
-
LUA_GCSETPAUSE
public static final int LUA_GCSETPAUSE
Generated from lua52/jni/lua52/lua.h (line 287):#define LUA_GCSETPAUSE 6
- See Also:
- Constant Field Values
-
LUA_GCSETSTEPMUL
public static final int LUA_GCSETSTEPMUL
Generated from lua52/jni/lua52/lua.h (line 288):#define LUA_GCSETSTEPMUL 7
- See Also:
- Constant Field Values
-
LUA_GCSETMAJORINC
public static final int LUA_GCSETMAJORINC
Generated from lua52/jni/lua52/lua.h (line 289):#define LUA_GCSETMAJORINC 8
- See Also:
- Constant Field Values
-
LUA_GCISRUNNING
public static final int LUA_GCISRUNNING
Generated from lua52/jni/lua52/lua.h (line 290):#define LUA_GCISRUNNING 9
- See Also:
- Constant Field Values
-
LUA_GCGEN
public static final int LUA_GCGEN
Generated from lua52/jni/lua52/lua.h (line 291):#define LUA_GCGEN 10
- See Also:
- Constant Field Values
-
LUA_GCINC
public static final int LUA_GCINC
Generated from lua52/jni/lua52/lua.h (line 292):#define LUA_GCINC 11
- See Also:
- Constant Field Values
-
LUA_HOOKCALL
public static final int LUA_HOOKCALL
Generated from lua52/jni/lua52/lua.h (line 360):#define LUA_HOOKCALL 0
- See Also:
- Constant Field Values
-
LUA_HOOKRET
public static final int LUA_HOOKRET
Generated from lua52/jni/lua52/lua.h (line 361):#define LUA_HOOKRET 1
- See Also:
- Constant Field Values
-
LUA_HOOKLINE
public static final int LUA_HOOKLINE
Generated from lua52/jni/lua52/lua.h (line 362):#define LUA_HOOKLINE 2
- See Also:
- Constant Field Values
-
LUA_HOOKCOUNT
public static final int LUA_HOOKCOUNT
Generated from lua52/jni/lua52/lua.h (line 363):#define LUA_HOOKCOUNT 3
- See Also:
- Constant Field Values
-
LUA_HOOKTAILCALL
public static final int LUA_HOOKTAILCALL
Generated from lua52/jni/lua52/lua.h (line 364):#define LUA_HOOKTAILCALL 4
- See Also:
- Constant Field Values
-
LUA_NOREF
public static final int LUA_NOREF
Generated from lua52/jni/lua52/lauxlib.h (line 513):#define LUA_NOREF (-2)
- See Also:
- Constant Field Values
-
LUA_REFNIL
public static final int LUA_REFNIL
Generated from lua52/jni/lua52/lauxlib.h (line 514):#define LUA_REFNIL (-1)
- See Also:
- Constant Field Values
-
LUA_FILEHANDLE
public static final java.lang.String LUA_FILEHANDLE
Generated from lua52/jni/lua52/lauxlib.h (line 629):#define LUA_FILEHANDLE "FILE*"
- See Also:
- Constant Field Values
-
-