Package party.iroiro.luajava.lua54
Class Lua54Consts
java.lang.Object
party.iroiro.luajava.lua54.Lua54Consts
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 lua54/jni/lua54/lua.h (line 29):static final intGenerated from lua54/jni/lua54/lua.h (line 54):static final intGenerated from lua54/jni/lua54/lua.h (line 53):static final intGenerated from lua54/jni/lua54/lua.h (line 51):static final intGenerated from lua54/jni/lua54/lua.h (line 52):static final StringGenerated from lua54/jni/lua54/lauxlib.h (line 760):static final intGenerated from lua54/jni/lua54/lua.h (line 321):static final intGenerated from lua54/jni/lua54/lua.h (line 322):static final intGenerated from lua54/jni/lua54/lua.h (line 323):static final intGenerated from lua54/jni/lua54/lua.h (line 328):static final intGenerated from lua54/jni/lua54/lua.h (line 329):static final intGenerated from lua54/jni/lua54/lua.h (line 327):static final intGenerated from lua54/jni/lua54/lua.h (line 320):static final intGenerated from lua54/jni/lua54/lua.h (line 325):static final intGenerated from lua54/jni/lua54/lua.h (line 326):static final intGenerated from lua54/jni/lua54/lua.h (line 324):static final intGenerated from lua54/jni/lua54/lua.h (line 319):static final StringGenerated from lua54/jni/lua54/lauxlib.h (line 538):static final intGenerated from lua54/jni/lua54/lua.h (line 430):static final intGenerated from lua54/jni/lua54/lua.h (line 433):static final intGenerated from lua54/jni/lua54/lua.h (line 432):static final intGenerated from lua54/jni/lua54/lua.h (line 431):static final intGenerated from lua54/jni/lua54/lua.h (line 434):static final StringGenerated from lua54/jni/lua54/lauxlib.h (line 549):static final intGenerated from lua54/jni/lua54/lua.h (line 80):static final intGenerated from lua54/jni/lua54/lua.h (line 36):static final intGenerated from lua54/jni/lua54/lauxlib.h (line 604):static final intGenerated from lua54/jni/lua54/lua.h (line 75):static final intGenerated from lua54/jni/lua54/lua.h (line 49):static final intGenerated from lua54/jni/lua54/lua.h (line 212):static final intGenerated from lua54/jni/lua54/lua.h (line 218):static final intGenerated from lua54/jni/lua54/lua.h (line 213):static final intGenerated from lua54/jni/lua54/lua.h (line 214):static final intGenerated from lua54/jni/lua54/lua.h (line 210):static final intGenerated from lua54/jni/lua54/lua.h (line 222):static final intGenerated from lua54/jni/lua54/lua.h (line 211):static final intGenerated from lua54/jni/lua54/lua.h (line 224):static final intGenerated from lua54/jni/lua54/lua.h (line 223):static final intGenerated from lua54/jni/lua54/lua.h (line 208):static final intGenerated from lua54/jni/lua54/lua.h (line 207):static final intGenerated from lua54/jni/lua54/lua.h (line 209):static final intGenerated from lua54/jni/lua54/lua.h (line 215):static final intGenerated from lua54/jni/lua54/lua.h (line 216):static final intGenerated from lua54/jni/lua54/lua.h (line 206):static final intGenerated from lua54/jni/lua54/lua.h (line 217):static final StringGenerated from lua54/jni/lua54/lauxlib.h (line 553):static final intGenerated from lua54/jni/lua54/lauxlib.h (line 605):static final intGenerated from lua54/jni/lua54/lua.h (line 85):static final intGenerated from lua54/jni/lua54/lua.h (line 84):static final StringGenerated from lua54/jni/lua54/lua.h (line 33):static final intGenerated from lua54/jni/lua54/lua.h (line 66):static final intGenerated from lua54/jni/lua54/lua.h (line 71):static final intGenerated from lua54/jni/lua54/lua.h (line 67):static final intGenerated from lua54/jni/lua54/lua.h (line 65):static final intGenerated from lua54/jni/lua54/lua.h (line 63):static final intGenerated from lua54/jni/lua54/lua.h (line 68):static final intGenerated from lua54/jni/lua54/lua.h (line 69):static final intGenerated from lua54/jni/lua54/lua.h (line 70):static final intGenerated from lua54/jni/lua54/lua.h (line 73):static final intGenerated from lua54/jni/lua54/lua.h (line 72):static final StringGenerated from lua54/jni/lua54/lua.h (line 19):static final StringGenerated from lua54/jni/lua54/lua.h (line 20):static final intGenerated from lua54/jni/lua54/lua.h (line 23):static final StringGenerated from lua54/jni/lua54/lua.h (line 21):static final intGenerated from lua54/jni/lua54/lua.h (line 50): -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LUA_VERSION_MAJOR
Generated from lua54/jni/lua54/lua.h (line 19):#define LUA_VERSION_MAJOR "5"- See Also:
-
LUA_VERSION_MINOR
Generated from lua54/jni/lua54/lua.h (line 20):#define LUA_VERSION_MINOR "4"- See Also:
-
LUA_VERSION_RELEASE
Generated from lua54/jni/lua54/lua.h (line 21):#define LUA_VERSION_RELEASE "4"- See Also:
-
LUA_VERSION_NUM
public static final int LUA_VERSION_NUMGenerated from lua54/jni/lua54/lua.h (line 23):#define LUA_VERSION_NUM 504- See Also:
-
LUA_AUTHORS
Generated from lua54/jni/lua54/lua.h (line 29):#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"- See Also:
-
LUA_SIGNATURE
Generated from lua54/jni/lua54/lua.h (line 33):#define LUA_SIGNATURE "\x1bLua"- See Also:
-
LUA_MULTRET
public static final int LUA_MULTRETGenerated from lua54/jni/lua54/lua.h (line 36):#define LUA_MULTRET (-1)- See Also:
-
LUA_OK
public static final int LUA_OKGenerated from lua54/jni/lua54/lua.h (line 49):#define LUA_OK 0- See Also:
-
LUA_YIELD
public static final int LUA_YIELDGenerated from lua54/jni/lua54/lua.h (line 50):#define LUA_YIELD 1- See Also:
-
LUA_ERRRUN
public static final int LUA_ERRRUNGenerated from lua54/jni/lua54/lua.h (line 51):#define LUA_ERRRUN 2- See Also:
-
LUA_ERRSYNTAX
public static final int LUA_ERRSYNTAXGenerated from lua54/jni/lua54/lua.h (line 52):#define LUA_ERRSYNTAX 3- See Also:
-
LUA_ERRMEM
public static final int LUA_ERRMEMGenerated from lua54/jni/lua54/lua.h (line 53):#define LUA_ERRMEM 4- See Also:
-
LUA_ERRERR
public static final int LUA_ERRERRGenerated from lua54/jni/lua54/lua.h (line 54):#define LUA_ERRERR 5- See Also:
-
LUA_TNONE
public static final int LUA_TNONEGenerated from lua54/jni/lua54/lua.h (line 63):#define LUA_TNONE (-1)- See Also:
-
LUA_TNIL
public static final int LUA_TNILGenerated from lua54/jni/lua54/lua.h (line 65):#define LUA_TNIL 0- See Also:
-
LUA_TBOOLEAN
public static final int LUA_TBOOLEANGenerated from lua54/jni/lua54/lua.h (line 66):#define LUA_TBOOLEAN 1- See Also:
-
LUA_TLIGHTUSERDATA
public static final int LUA_TLIGHTUSERDATAGenerated from lua54/jni/lua54/lua.h (line 67):#define LUA_TLIGHTUSERDATA 2- See Also:
-
LUA_TNUMBER
public static final int LUA_TNUMBERGenerated from lua54/jni/lua54/lua.h (line 68):#define LUA_TNUMBER 3- See Also:
-
LUA_TSTRING
public static final int LUA_TSTRINGGenerated from lua54/jni/lua54/lua.h (line 69):#define LUA_TSTRING 4- See Also:
-
LUA_TTABLE
public static final int LUA_TTABLEGenerated from lua54/jni/lua54/lua.h (line 70):#define LUA_TTABLE 5- See Also:
-
LUA_TFUNCTION
public static final int LUA_TFUNCTIONGenerated from lua54/jni/lua54/lua.h (line 71):#define LUA_TFUNCTION 6- See Also:
-
LUA_TUSERDATA
public static final int LUA_TUSERDATAGenerated from lua54/jni/lua54/lua.h (line 72):#define LUA_TUSERDATA 7- See Also:
-
LUA_TTHREAD
public static final int LUA_TTHREADGenerated from lua54/jni/lua54/lua.h (line 73):#define LUA_TTHREAD 8- See Also:
-
LUA_NUMTYPES
public static final int LUA_NUMTYPESGenerated from lua54/jni/lua54/lua.h (line 75):#define LUA_NUMTYPES 9- See Also:
-
LUA_MINSTACK
public static final int LUA_MINSTACKGenerated from lua54/jni/lua54/lua.h (line 80):#define LUA_MINSTACK 20- See Also:
-
LUA_RIDX_MAINTHREAD
public static final int LUA_RIDX_MAINTHREADGenerated from lua54/jni/lua54/lua.h (line 84):#define LUA_RIDX_MAINTHREAD 1- See Also:
-
LUA_RIDX_GLOBALS
public static final int LUA_RIDX_GLOBALSGenerated from lua54/jni/lua54/lua.h (line 85):#define LUA_RIDX_GLOBALS 2- See Also:
-
LUA_OPSUB
public static final int LUA_OPSUBGenerated from lua54/jni/lua54/lua.h (line 206):#define LUA_OPSUB 1- See Also:
-
LUA_OPMUL
public static final int LUA_OPMULGenerated from lua54/jni/lua54/lua.h (line 207):#define LUA_OPMUL 2- See Also:
-
LUA_OPMOD
public static final int LUA_OPMODGenerated from lua54/jni/lua54/lua.h (line 208):#define LUA_OPMOD 3- See Also:
-
LUA_OPPOW
public static final int LUA_OPPOWGenerated from lua54/jni/lua54/lua.h (line 209):#define LUA_OPPOW 4- See Also:
-
LUA_OPDIV
public static final int LUA_OPDIVGenerated from lua54/jni/lua54/lua.h (line 210):#define LUA_OPDIV 5- See Also:
-
LUA_OPIDIV
public static final int LUA_OPIDIVGenerated from lua54/jni/lua54/lua.h (line 211):#define LUA_OPIDIV 6- See Also:
-
LUA_OPBAND
public static final int LUA_OPBANDGenerated from lua54/jni/lua54/lua.h (line 212):#define LUA_OPBAND 7- See Also:
-
LUA_OPBOR
public static final int LUA_OPBORGenerated from lua54/jni/lua54/lua.h (line 213):#define LUA_OPBOR 8- See Also:
-
LUA_OPBXOR
public static final int LUA_OPBXORGenerated from lua54/jni/lua54/lua.h (line 214):#define LUA_OPBXOR 9- See Also:
-
LUA_OPSHL
public static final int LUA_OPSHLGenerated from lua54/jni/lua54/lua.h (line 215):#define LUA_OPSHL 10- See Also:
-
LUA_OPSHR
public static final int LUA_OPSHRGenerated from lua54/jni/lua54/lua.h (line 216):#define LUA_OPSHR 11- See Also:
-
LUA_OPUNM
public static final int LUA_OPUNMGenerated from lua54/jni/lua54/lua.h (line 217):#define LUA_OPUNM 12- See Also:
-
LUA_OPBNOT
public static final int LUA_OPBNOTGenerated from lua54/jni/lua54/lua.h (line 218):#define LUA_OPBNOT 13- See Also:
-
LUA_OPEQ
public static final int LUA_OPEQGenerated from lua54/jni/lua54/lua.h (line 222):#define LUA_OPEQ 0- See Also:
-
LUA_OPLT
public static final int LUA_OPLTGenerated from lua54/jni/lua54/lua.h (line 223):#define LUA_OPLT 1- See Also:
-
LUA_OPLE
public static final int LUA_OPLEGenerated from lua54/jni/lua54/lua.h (line 224):#define LUA_OPLE 2- See Also:
-
LUA_GCSTOP
public static final int LUA_GCSTOPGenerated from lua54/jni/lua54/lua.h (line 319):#define LUA_GCSTOP 0- See Also:
-
LUA_GCRESTART
public static final int LUA_GCRESTARTGenerated from lua54/jni/lua54/lua.h (line 320):#define LUA_GCRESTART 1- See Also:
-
LUA_GCCOLLECT
public static final int LUA_GCCOLLECTGenerated from lua54/jni/lua54/lua.h (line 321):#define LUA_GCCOLLECT 2- See Also:
-
LUA_GCCOUNT
public static final int LUA_GCCOUNTGenerated from lua54/jni/lua54/lua.h (line 322):#define LUA_GCCOUNT 3- See Also:
-
LUA_GCCOUNTB
public static final int LUA_GCCOUNTBGenerated from lua54/jni/lua54/lua.h (line 323):#define LUA_GCCOUNTB 4- See Also:
-
LUA_GCSTEP
public static final int LUA_GCSTEPGenerated from lua54/jni/lua54/lua.h (line 324):#define LUA_GCSTEP 5- See Also:
-
LUA_GCSETPAUSE
public static final int LUA_GCSETPAUSEGenerated from lua54/jni/lua54/lua.h (line 325):#define LUA_GCSETPAUSE 6- See Also:
-
LUA_GCSETSTEPMUL
public static final int LUA_GCSETSTEPMULGenerated from lua54/jni/lua54/lua.h (line 326):#define LUA_GCSETSTEPMUL 7- See Also:
-
LUA_GCISRUNNING
public static final int LUA_GCISRUNNINGGenerated from lua54/jni/lua54/lua.h (line 327):#define LUA_GCISRUNNING 9- See Also:
-
LUA_GCGEN
public static final int LUA_GCGENGenerated from lua54/jni/lua54/lua.h (line 328):#define LUA_GCGEN 10- See Also:
-
LUA_GCINC
public static final int LUA_GCINCGenerated from lua54/jni/lua54/lua.h (line 329):#define LUA_GCINC 11- See Also:
-
LUA_HOOKCALL
public static final int LUA_HOOKCALLGenerated from lua54/jni/lua54/lua.h (line 430):#define LUA_HOOKCALL 0- See Also:
-
LUA_HOOKRET
public static final int LUA_HOOKRETGenerated from lua54/jni/lua54/lua.h (line 431):#define LUA_HOOKRET 1- See Also:
-
LUA_HOOKLINE
public static final int LUA_HOOKLINEGenerated from lua54/jni/lua54/lua.h (line 432):#define LUA_HOOKLINE 2- See Also:
-
LUA_HOOKCOUNT
public static final int LUA_HOOKCOUNTGenerated from lua54/jni/lua54/lua.h (line 433):#define LUA_HOOKCOUNT 3- See Also:
-
LUA_HOOKTAILCALL
public static final int LUA_HOOKTAILCALLGenerated from lua54/jni/lua54/lua.h (line 434):#define LUA_HOOKTAILCALL 4- See Also:
-
LUA_GNAME
Generated from lua54/jni/lua54/lauxlib.h (line 538):#define LUA_GNAME "_G"- See Also:
-
LUA_LOADED_TABLE
Generated from lua54/jni/lua54/lauxlib.h (line 549):#define LUA_LOADED_TABLE "_LOADED"- See Also:
-
LUA_PRELOAD_TABLE
Generated from lua54/jni/lua54/lauxlib.h (line 553):#define LUA_PRELOAD_TABLE "_PRELOAD"- See Also:
-
LUA_NOREF
public static final int LUA_NOREFGenerated from lua54/jni/lua54/lauxlib.h (line 604):#define LUA_NOREF (-2)- See Also:
-
LUA_REFNIL
public static final int LUA_REFNILGenerated from lua54/jni/lua54/lauxlib.h (line 605):#define LUA_REFNIL (-1)- See Also:
-
LUA_FILEHANDLE
Generated from lua54/jni/lua54/lauxlib.h (line 760):#define LUA_FILEHANDLE "FILE*"- See Also:
-
-
Constructor Details
-
Lua54Consts
public Lua54Consts()
-