Package party.iroiro.luajava.lua55
Class Lua55Consts
java.lang.Object
party.iroiro.luajava.lua55.Lua55Consts
Generated with
generate-consts.awk:
awk -f scripts/generate-consts.awk \
.../lua.h \
.../lauxlib.h \
> .../party/iroiro/jua/...Consts.java-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated from lua55/jni/lua55/lua.h (line 17):static final intGenerated from lua55/jni/lua55/lua.h (line 53):static final intGenerated from lua55/jni/lua55/lua.h (line 52):static final intGenerated from lua55/jni/lua55/lua.h (line 50):static final intGenerated from lua55/jni/lua55/lua.h (line 51):static final StringGenerated from lua55/jni/lua55/lauxlib.h (line 783):static final intGenerated from lua55/jni/lua55/lua.h (line 333):static final intGenerated from lua55/jni/lua55/lua.h (line 334):static final intGenerated from lua55/jni/lua55/lua.h (line 335):static final intGenerated from lua55/jni/lua55/lua.h (line 338):static final intGenerated from lua55/jni/lua55/lua.h (line 339):static final intGenerated from lua55/jni/lua55/lua.h (line 337):static final intGenerated from lua55/jni/lua55/lua.h (line 340):static final intGenerated from lua55/jni/lua55/lua.h (line 357):static final intGenerated from lua55/jni/lua55/lua.h (line 332):static final intGenerated from lua55/jni/lua55/lua.h (line 336):static final intGenerated from lua55/jni/lua55/lua.h (line 331):static final StringGenerated from lua55/jni/lua55/lauxlib.h (line 567):static final intGenerated from lua55/jni/lua55/lua.h (line 454):static final intGenerated from lua55/jni/lua55/lua.h (line 457):static final intGenerated from lua55/jni/lua55/lua.h (line 456):static final intGenerated from lua55/jni/lua55/lua.h (line 455):static final intGenerated from lua55/jni/lua55/lua.h (line 458):static final StringGenerated from lua55/jni/lua55/lauxlib.h (line 578):static final intGenerated from lua55/jni/lua55/lua.h (line 79):static final intGenerated from lua55/jni/lua55/lua.h (line 35):static final intGenerated from lua55/jni/lua55/lua.h (line 374):static final intGenerated from lua55/jni/lua55/lauxlib.h (line 636):static final intGenerated from lua55/jni/lua55/lua.h (line 74):static final intGenerated from lua55/jni/lua55/lua.h (line 48):static final intGenerated from lua55/jni/lua55/lua.h (line 222):static final intGenerated from lua55/jni/lua55/lua.h (line 228):static final intGenerated from lua55/jni/lua55/lua.h (line 223):static final intGenerated from lua55/jni/lua55/lua.h (line 224):static final intGenerated from lua55/jni/lua55/lua.h (line 220):static final intGenerated from lua55/jni/lua55/lua.h (line 232):static final intGenerated from lua55/jni/lua55/lua.h (line 221):static final intGenerated from lua55/jni/lua55/lua.h (line 234):static final intGenerated from lua55/jni/lua55/lua.h (line 233):static final intGenerated from lua55/jni/lua55/lua.h (line 218):static final intGenerated from lua55/jni/lua55/lua.h (line 217):static final intGenerated from lua55/jni/lua55/lua.h (line 219):static final intGenerated from lua55/jni/lua55/lua.h (line 225):static final intGenerated from lua55/jni/lua55/lua.h (line 226):static final intGenerated from lua55/jni/lua55/lua.h (line 216):static final intGenerated from lua55/jni/lua55/lua.h (line 227):static final StringGenerated from lua55/jni/lua55/lauxlib.h (line 582):static final intGenerated from lua55/jni/lua55/lauxlib.h (line 637):static final intGenerated from lua55/jni/lua55/lua.h (line 84):static final intGenerated from lua55/jni/lua55/lua.h (line 86):static final intGenerated from lua55/jni/lua55/lua.h (line 85):static final StringGenerated from lua55/jni/lua55/lua.h (line 32):static final intGenerated from lua55/jni/lua55/lua.h (line 65):static final intGenerated from lua55/jni/lua55/lua.h (line 70):static final intGenerated from lua55/jni/lua55/lua.h (line 66):static final intGenerated from lua55/jni/lua55/lua.h (line 64):static final intGenerated from lua55/jni/lua55/lua.h (line 62):static final intGenerated from lua55/jni/lua55/lua.h (line 67):static final intGenerated from lua55/jni/lua55/lua.h (line 68):static final intGenerated from lua55/jni/lua55/lua.h (line 69):static final intGenerated from lua55/jni/lua55/lua.h (line 72):static final intGenerated from lua55/jni/lua55/lua.h (line 71):static final intGenerated from lua55/jni/lua55/lua.h (line 20):static final intGenerated from lua55/jni/lua55/lua.h (line 21):static final intGenerated from lua55/jni/lua55/lua.h (line 22):static final intGenerated from lua55/jni/lua55/lua.h (line 49): -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LUA_AUTHORS
Generated from lua55/jni/lua55/lua.h (line 17):#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"- See Also:
-
LUA_VERSION_MAJOR_N
public static final int LUA_VERSION_MAJOR_NGenerated from lua55/jni/lua55/lua.h (line 20):#define LUA_VERSION_MAJOR_N 5- See Also:
-
LUA_VERSION_MINOR_N
public static final int LUA_VERSION_MINOR_NGenerated from lua55/jni/lua55/lua.h (line 21):#define LUA_VERSION_MINOR_N 5- See Also:
-
LUA_VERSION_RELEASE_N
public static final int LUA_VERSION_RELEASE_NGenerated from lua55/jni/lua55/lua.h (line 22):#define LUA_VERSION_RELEASE_N 0- See Also:
-
LUA_SIGNATURE
Generated from lua55/jni/lua55/lua.h (line 32):#define LUA_SIGNATURE "\x1bLua"- See Also:
-
LUA_MULTRET
public static final int LUA_MULTRETGenerated from lua55/jni/lua55/lua.h (line 35):#define LUA_MULTRET (-1)- See Also:
-
LUA_OK
public static final int LUA_OKGenerated from lua55/jni/lua55/lua.h (line 48):#define LUA_OK 0- See Also:
-
LUA_YIELD
public static final int LUA_YIELDGenerated from lua55/jni/lua55/lua.h (line 49):#define LUA_YIELD 1- See Also:
-
LUA_ERRRUN
public static final int LUA_ERRRUNGenerated from lua55/jni/lua55/lua.h (line 50):#define LUA_ERRRUN 2- See Also:
-
LUA_ERRSYNTAX
public static final int LUA_ERRSYNTAXGenerated from lua55/jni/lua55/lua.h (line 51):#define LUA_ERRSYNTAX 3- See Also:
-
LUA_ERRMEM
public static final int LUA_ERRMEMGenerated from lua55/jni/lua55/lua.h (line 52):#define LUA_ERRMEM 4- See Also:
-
LUA_ERRERR
public static final int LUA_ERRERRGenerated from lua55/jni/lua55/lua.h (line 53):#define LUA_ERRERR 5- See Also:
-
LUA_TNONE
public static final int LUA_TNONEGenerated from lua55/jni/lua55/lua.h (line 62):#define LUA_TNONE (-1)- See Also:
-
LUA_TNIL
public static final int LUA_TNILGenerated from lua55/jni/lua55/lua.h (line 64):#define LUA_TNIL 0- See Also:
-
LUA_TBOOLEAN
public static final int LUA_TBOOLEANGenerated from lua55/jni/lua55/lua.h (line 65):#define LUA_TBOOLEAN 1- See Also:
-
LUA_TLIGHTUSERDATA
public static final int LUA_TLIGHTUSERDATAGenerated from lua55/jni/lua55/lua.h (line 66):#define LUA_TLIGHTUSERDATA 2- See Also:
-
LUA_TNUMBER
public static final int LUA_TNUMBERGenerated from lua55/jni/lua55/lua.h (line 67):#define LUA_TNUMBER 3- See Also:
-
LUA_TSTRING
public static final int LUA_TSTRINGGenerated from lua55/jni/lua55/lua.h (line 68):#define LUA_TSTRING 4- See Also:
-
LUA_TTABLE
public static final int LUA_TTABLEGenerated from lua55/jni/lua55/lua.h (line 69):#define LUA_TTABLE 5- See Also:
-
LUA_TFUNCTION
public static final int LUA_TFUNCTIONGenerated from lua55/jni/lua55/lua.h (line 70):#define LUA_TFUNCTION 6- See Also:
-
LUA_TUSERDATA
public static final int LUA_TUSERDATAGenerated from lua55/jni/lua55/lua.h (line 71):#define LUA_TUSERDATA 7- See Also:
-
LUA_TTHREAD
public static final int LUA_TTHREADGenerated from lua55/jni/lua55/lua.h (line 72):#define LUA_TTHREAD 8- See Also:
-
LUA_NUMTYPES
public static final int LUA_NUMTYPESGenerated from lua55/jni/lua55/lua.h (line 74):#define LUA_NUMTYPES 9- See Also:
-
LUA_MINSTACK
public static final int LUA_MINSTACKGenerated from lua55/jni/lua55/lua.h (line 79):#define LUA_MINSTACK 20- See Also:
-
LUA_RIDX_GLOBALS
public static final int LUA_RIDX_GLOBALSGenerated from lua55/jni/lua55/lua.h (line 84):#define LUA_RIDX_GLOBALS 2- See Also:
-
LUA_RIDX_MAINTHREAD
public static final int LUA_RIDX_MAINTHREADGenerated from lua55/jni/lua55/lua.h (line 85):#define LUA_RIDX_MAINTHREAD 3- See Also:
-
LUA_RIDX_LAST
public static final int LUA_RIDX_LASTGenerated from lua55/jni/lua55/lua.h (line 86):#define LUA_RIDX_LAST 3- See Also:
-
LUA_OPSUB
public static final int LUA_OPSUBGenerated from lua55/jni/lua55/lua.h (line 216):#define LUA_OPSUB 1- See Also:
-
LUA_OPMUL
public static final int LUA_OPMULGenerated from lua55/jni/lua55/lua.h (line 217):#define LUA_OPMUL 2- See Also:
-
LUA_OPMOD
public static final int LUA_OPMODGenerated from lua55/jni/lua55/lua.h (line 218):#define LUA_OPMOD 3- See Also:
-
LUA_OPPOW
public static final int LUA_OPPOWGenerated from lua55/jni/lua55/lua.h (line 219):#define LUA_OPPOW 4- See Also:
-
LUA_OPDIV
public static final int LUA_OPDIVGenerated from lua55/jni/lua55/lua.h (line 220):#define LUA_OPDIV 5- See Also:
-
LUA_OPIDIV
public static final int LUA_OPIDIVGenerated from lua55/jni/lua55/lua.h (line 221):#define LUA_OPIDIV 6- See Also:
-
LUA_OPBAND
public static final int LUA_OPBANDGenerated from lua55/jni/lua55/lua.h (line 222):#define LUA_OPBAND 7- See Also:
-
LUA_OPBOR
public static final int LUA_OPBORGenerated from lua55/jni/lua55/lua.h (line 223):#define LUA_OPBOR 8- See Also:
-
LUA_OPBXOR
public static final int LUA_OPBXORGenerated from lua55/jni/lua55/lua.h (line 224):#define LUA_OPBXOR 9- See Also:
-
LUA_OPSHL
public static final int LUA_OPSHLGenerated from lua55/jni/lua55/lua.h (line 225):#define LUA_OPSHL 10- See Also:
-
LUA_OPSHR
public static final int LUA_OPSHRGenerated from lua55/jni/lua55/lua.h (line 226):#define LUA_OPSHR 11- See Also:
-
LUA_OPUNM
public static final int LUA_OPUNMGenerated from lua55/jni/lua55/lua.h (line 227):#define LUA_OPUNM 12- See Also:
-
LUA_OPBNOT
public static final int LUA_OPBNOTGenerated from lua55/jni/lua55/lua.h (line 228):#define LUA_OPBNOT 13- See Also:
-
LUA_OPEQ
public static final int LUA_OPEQGenerated from lua55/jni/lua55/lua.h (line 232):#define LUA_OPEQ 0- See Also:
-
LUA_OPLT
public static final int LUA_OPLTGenerated from lua55/jni/lua55/lua.h (line 233):#define LUA_OPLT 1- See Also:
-
LUA_OPLE
public static final int LUA_OPLEGenerated from lua55/jni/lua55/lua.h (line 234):#define LUA_OPLE 2- See Also:
-
LUA_GCSTOP
public static final int LUA_GCSTOPGenerated from lua55/jni/lua55/lua.h (line 331):#define LUA_GCSTOP 0- See Also:
-
LUA_GCRESTART
public static final int LUA_GCRESTARTGenerated from lua55/jni/lua55/lua.h (line 332):#define LUA_GCRESTART 1- See Also:
-
LUA_GCCOLLECT
public static final int LUA_GCCOLLECTGenerated from lua55/jni/lua55/lua.h (line 333):#define LUA_GCCOLLECT 2- See Also:
-
LUA_GCCOUNT
public static final int LUA_GCCOUNTGenerated from lua55/jni/lua55/lua.h (line 334):#define LUA_GCCOUNT 3- See Also:
-
LUA_GCCOUNTB
public static final int LUA_GCCOUNTBGenerated from lua55/jni/lua55/lua.h (line 335):#define LUA_GCCOUNTB 4- See Also:
-
LUA_GCSTEP
public static final int LUA_GCSTEPGenerated from lua55/jni/lua55/lua.h (line 336):#define LUA_GCSTEP 5- See Also:
-
LUA_GCISRUNNING
public static final int LUA_GCISRUNNINGGenerated from lua55/jni/lua55/lua.h (line 337):#define LUA_GCISRUNNING 6- See Also:
-
LUA_GCGEN
public static final int LUA_GCGENGenerated from lua55/jni/lua55/lua.h (line 338):#define LUA_GCGEN 7- See Also:
-
LUA_GCINC
public static final int LUA_GCINCGenerated from lua55/jni/lua55/lua.h (line 339):#define LUA_GCINC 8- See Also:
-
LUA_GCPARAM
public static final int LUA_GCPARAMGenerated from lua55/jni/lua55/lua.h (line 340):#define LUA_GCPARAM 9- See Also:
-
LUA_GCPN
public static final int LUA_GCPNGenerated from lua55/jni/lua55/lua.h (line 357):#define LUA_GCPN 6- See Also:
-
LUA_N2SBUFFSZ
public static final int LUA_N2SBUFFSZGenerated from lua55/jni/lua55/lua.h (line 374):#define LUA_N2SBUFFSZ 64- See Also:
-
LUA_HOOKCALL
public static final int LUA_HOOKCALLGenerated from lua55/jni/lua55/lua.h (line 454):#define LUA_HOOKCALL 0- See Also:
-
LUA_HOOKRET
public static final int LUA_HOOKRETGenerated from lua55/jni/lua55/lua.h (line 455):#define LUA_HOOKRET 1- See Also:
-
LUA_HOOKLINE
public static final int LUA_HOOKLINEGenerated from lua55/jni/lua55/lua.h (line 456):#define LUA_HOOKLINE 2- See Also:
-
LUA_HOOKCOUNT
public static final int LUA_HOOKCOUNTGenerated from lua55/jni/lua55/lua.h (line 457):#define LUA_HOOKCOUNT 3- See Also:
-
LUA_HOOKTAILCALL
public static final int LUA_HOOKTAILCALLGenerated from lua55/jni/lua55/lua.h (line 458):#define LUA_HOOKTAILCALL 4- See Also:
-
LUA_GNAME
Generated from lua55/jni/lua55/lauxlib.h (line 567):#define LUA_GNAME "_G"- See Also:
-
LUA_LOADED_TABLE
Generated from lua55/jni/lua55/lauxlib.h (line 578):#define LUA_LOADED_TABLE "_LOADED"- See Also:
-
LUA_PRELOAD_TABLE
Generated from lua55/jni/lua55/lauxlib.h (line 582):#define LUA_PRELOAD_TABLE "_PRELOAD"- See Also:
-
LUA_NOREF
public static final int LUA_NOREFGenerated from lua55/jni/lua55/lauxlib.h (line 636):#define LUA_NOREF (-2)- See Also:
-
LUA_REFNIL
public static final int LUA_REFNILGenerated from lua55/jni/lua55/lauxlib.h (line 637):#define LUA_REFNIL (-1)- See Also:
-
LUA_FILEHANDLE
Generated from lua55/jni/lua55/lauxlib.h (line 783):#define LUA_FILEHANDLE "FILE*"- See Also:
-
-
Constructor Details
-
Lua55Consts
public Lua55Consts()
-