Package party.iroiro.luajava.lua53
Class Lua53Consts
java.lang.Object
party.iroiro.luajava.lua53.Lua53Consts
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 lua53/jni/lua53/lua.h (line 26):static final intGenerated from lua53/jni/lua53/lua.h (line 52):static final intGenerated from lua53/jni/lua53/lua.h (line 51):static final intGenerated from lua53/jni/lua53/lua.h (line 50):static final intGenerated from lua53/jni/lua53/lua.h (line 48):static final intGenerated from lua53/jni/lua53/lua.h (line 49):static final StringGenerated from lua53/jni/lua53/lauxlib.h (line 675):static final intGenerated from lua53/jni/lua53/lua.h (line 303):static final intGenerated from lua53/jni/lua53/lua.h (line 304):static final intGenerated from lua53/jni/lua53/lua.h (line 305):static final intGenerated from lua53/jni/lua53/lua.h (line 309):static final intGenerated from lua53/jni/lua53/lua.h (line 302):static final intGenerated from lua53/jni/lua53/lua.h (line 307):static final intGenerated from lua53/jni/lua53/lua.h (line 308):static final intGenerated from lua53/jni/lua53/lua.h (line 306):static final intGenerated from lua53/jni/lua53/lua.h (line 301):static final intGenerated from lua53/jni/lua53/lua.h (line 401):static final intGenerated from lua53/jni/lua53/lua.h (line 404):static final intGenerated from lua53/jni/lua53/lua.h (line 403):static final intGenerated from lua53/jni/lua53/lua.h (line 402):static final intGenerated from lua53/jni/lua53/lua.h (line 405):static final StringGenerated from lua53/jni/lua53/lauxlib.h (line 509):static final intGenerated from lua53/jni/lua53/lua.h (line 78):static final intGenerated from lua53/jni/lua53/lua.h (line 33):static final intGenerated from lua53/jni/lua53/lauxlib.h (line 562):static final intGenerated from lua53/jni/lua53/lua.h (line 73):static final intGenerated from lua53/jni/lua53/lua.h (line 46):static final intGenerated from lua53/jni/lua53/lua.h (line 202):static final intGenerated from lua53/jni/lua53/lua.h (line 208):static final intGenerated from lua53/jni/lua53/lua.h (line 203):static final intGenerated from lua53/jni/lua53/lua.h (line 204):static final intGenerated from lua53/jni/lua53/lua.h (line 200):static final intGenerated from lua53/jni/lua53/lua.h (line 212):static final intGenerated from lua53/jni/lua53/lua.h (line 201):static final intGenerated from lua53/jni/lua53/lua.h (line 214):static final intGenerated from lua53/jni/lua53/lua.h (line 213):static final intGenerated from lua53/jni/lua53/lua.h (line 198):static final intGenerated from lua53/jni/lua53/lua.h (line 197):static final intGenerated from lua53/jni/lua53/lua.h (line 199):static final intGenerated from lua53/jni/lua53/lua.h (line 205):static final intGenerated from lua53/jni/lua53/lua.h (line 206):static final intGenerated from lua53/jni/lua53/lua.h (line 196):static final intGenerated from lua53/jni/lua53/lua.h (line 207):static final StringGenerated from lua53/jni/lua53/lauxlib.h (line 513):static final intGenerated from lua53/jni/lua53/lauxlib.h (line 563):static final intGenerated from lua53/jni/lua53/lua.h (line 83):static final intGenerated from lua53/jni/lua53/lua.h (line 82):static final StringGenerated from lua53/jni/lua53/lua.h (line 30):static final intGenerated from lua53/jni/lua53/lua.h (line 64):static final intGenerated from lua53/jni/lua53/lua.h (line 69):static final intGenerated from lua53/jni/lua53/lua.h (line 65):static final intGenerated from lua53/jni/lua53/lua.h (line 63):static final intGenerated from lua53/jni/lua53/lua.h (line 61):static final intGenerated from lua53/jni/lua53/lua.h (line 66):static final intGenerated from lua53/jni/lua53/lua.h (line 67):static final intGenerated from lua53/jni/lua53/lua.h (line 68):static final intGenerated from lua53/jni/lua53/lua.h (line 71):static final intGenerated from lua53/jni/lua53/lua.h (line 70):static final StringGenerated from lua53/jni/lua53/lua.h (line 18):static final StringGenerated from lua53/jni/lua53/lua.h (line 19):static final intGenerated from lua53/jni/lua53/lua.h (line 20):static final StringGenerated from lua53/jni/lua53/lua.h (line 21):static final intGenerated from lua53/jni/lua53/lua.h (line 47): -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LUA_VERSION_MAJOR
Generated from lua53/jni/lua53/lua.h (line 18):#define LUA_VERSION_MAJOR "5"- See Also:
-
LUA_VERSION_MINOR
Generated from lua53/jni/lua53/lua.h (line 19):#define LUA_VERSION_MINOR "3"- See Also:
-
LUA_VERSION_NUM
public static final int LUA_VERSION_NUMGenerated from lua53/jni/lua53/lua.h (line 20):#define LUA_VERSION_NUM 503- See Also:
-
LUA_VERSION_RELEASE
Generated from lua53/jni/lua53/lua.h (line 21):#define LUA_VERSION_RELEASE "6"- See Also:
-
LUA_AUTHORS
Generated from lua53/jni/lua53/lua.h (line 26):#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"- See Also:
-
LUA_SIGNATURE
Generated from lua53/jni/lua53/lua.h (line 30):#define LUA_SIGNATURE "\x1bLua"- See Also:
-
LUA_MULTRET
public static final int LUA_MULTRETGenerated from lua53/jni/lua53/lua.h (line 33):#define LUA_MULTRET (-1)- See Also:
-
LUA_OK
public static final int LUA_OKGenerated from lua53/jni/lua53/lua.h (line 46):#define LUA_OK 0- See Also:
-
LUA_YIELD
public static final int LUA_YIELDGenerated from lua53/jni/lua53/lua.h (line 47):#define LUA_YIELD 1- See Also:
-
LUA_ERRRUN
public static final int LUA_ERRRUNGenerated from lua53/jni/lua53/lua.h (line 48):#define LUA_ERRRUN 2- See Also:
-
LUA_ERRSYNTAX
public static final int LUA_ERRSYNTAXGenerated from lua53/jni/lua53/lua.h (line 49):#define LUA_ERRSYNTAX 3- See Also:
-
LUA_ERRMEM
public static final int LUA_ERRMEMGenerated from lua53/jni/lua53/lua.h (line 50):#define LUA_ERRMEM 4- See Also:
-
LUA_ERRGCMM
public static final int LUA_ERRGCMMGenerated from lua53/jni/lua53/lua.h (line 51):#define LUA_ERRGCMM 5- See Also:
-
LUA_ERRERR
public static final int LUA_ERRERRGenerated from lua53/jni/lua53/lua.h (line 52):#define LUA_ERRERR 6- See Also:
-
LUA_TNONE
public static final int LUA_TNONEGenerated from lua53/jni/lua53/lua.h (line 61):#define LUA_TNONE (-1)- See Also:
-
LUA_TNIL
public static final int LUA_TNILGenerated from lua53/jni/lua53/lua.h (line 63):#define LUA_TNIL 0- See Also:
-
LUA_TBOOLEAN
public static final int LUA_TBOOLEANGenerated from lua53/jni/lua53/lua.h (line 64):#define LUA_TBOOLEAN 1- See Also:
-
LUA_TLIGHTUSERDATA
public static final int LUA_TLIGHTUSERDATAGenerated from lua53/jni/lua53/lua.h (line 65):#define LUA_TLIGHTUSERDATA 2- See Also:
-
LUA_TNUMBER
public static final int LUA_TNUMBERGenerated from lua53/jni/lua53/lua.h (line 66):#define LUA_TNUMBER 3- See Also:
-
LUA_TSTRING
public static final int LUA_TSTRINGGenerated from lua53/jni/lua53/lua.h (line 67):#define LUA_TSTRING 4- See Also:
-
LUA_TTABLE
public static final int LUA_TTABLEGenerated from lua53/jni/lua53/lua.h (line 68):#define LUA_TTABLE 5- See Also:
-
LUA_TFUNCTION
public static final int LUA_TFUNCTIONGenerated from lua53/jni/lua53/lua.h (line 69):#define LUA_TFUNCTION 6- See Also:
-
LUA_TUSERDATA
public static final int LUA_TUSERDATAGenerated from lua53/jni/lua53/lua.h (line 70):#define LUA_TUSERDATA 7- See Also:
-
LUA_TTHREAD
public static final int LUA_TTHREADGenerated from lua53/jni/lua53/lua.h (line 71):#define LUA_TTHREAD 8- See Also:
-
LUA_NUMTAGS
public static final int LUA_NUMTAGSGenerated from lua53/jni/lua53/lua.h (line 73):#define LUA_NUMTAGS 9- See Also:
-
LUA_MINSTACK
public static final int LUA_MINSTACKGenerated from lua53/jni/lua53/lua.h (line 78):#define LUA_MINSTACK 20- See Also:
-
LUA_RIDX_MAINTHREAD
public static final int LUA_RIDX_MAINTHREADGenerated from lua53/jni/lua53/lua.h (line 82):#define LUA_RIDX_MAINTHREAD 1- See Also:
-
LUA_RIDX_GLOBALS
public static final int LUA_RIDX_GLOBALSGenerated from lua53/jni/lua53/lua.h (line 83):#define LUA_RIDX_GLOBALS 2- See Also:
-
LUA_OPSUB
public static final int LUA_OPSUBGenerated from lua53/jni/lua53/lua.h (line 196):#define LUA_OPSUB 1- See Also:
-
LUA_OPMUL
public static final int LUA_OPMULGenerated from lua53/jni/lua53/lua.h (line 197):#define LUA_OPMUL 2- See Also:
-
LUA_OPMOD
public static final int LUA_OPMODGenerated from lua53/jni/lua53/lua.h (line 198):#define LUA_OPMOD 3- See Also:
-
LUA_OPPOW
public static final int LUA_OPPOWGenerated from lua53/jni/lua53/lua.h (line 199):#define LUA_OPPOW 4- See Also:
-
LUA_OPDIV
public static final int LUA_OPDIVGenerated from lua53/jni/lua53/lua.h (line 200):#define LUA_OPDIV 5- See Also:
-
LUA_OPIDIV
public static final int LUA_OPIDIVGenerated from lua53/jni/lua53/lua.h (line 201):#define LUA_OPIDIV 6- See Also:
-
LUA_OPBAND
public static final int LUA_OPBANDGenerated from lua53/jni/lua53/lua.h (line 202):#define LUA_OPBAND 7- See Also:
-
LUA_OPBOR
public static final int LUA_OPBORGenerated from lua53/jni/lua53/lua.h (line 203):#define LUA_OPBOR 8- See Also:
-
LUA_OPBXOR
public static final int LUA_OPBXORGenerated from lua53/jni/lua53/lua.h (line 204):#define LUA_OPBXOR 9- See Also:
-
LUA_OPSHL
public static final int LUA_OPSHLGenerated from lua53/jni/lua53/lua.h (line 205):#define LUA_OPSHL 10- See Also:
-
LUA_OPSHR
public static final int LUA_OPSHRGenerated from lua53/jni/lua53/lua.h (line 206):#define LUA_OPSHR 11- See Also:
-
LUA_OPUNM
public static final int LUA_OPUNMGenerated from lua53/jni/lua53/lua.h (line 207):#define LUA_OPUNM 12- See Also:
-
LUA_OPBNOT
public static final int LUA_OPBNOTGenerated from lua53/jni/lua53/lua.h (line 208):#define LUA_OPBNOT 13- See Also:
-
LUA_OPEQ
public static final int LUA_OPEQGenerated from lua53/jni/lua53/lua.h (line 212):#define LUA_OPEQ 0- See Also:
-
LUA_OPLT
public static final int LUA_OPLTGenerated from lua53/jni/lua53/lua.h (line 213):#define LUA_OPLT 1- See Also:
-
LUA_OPLE
public static final int LUA_OPLEGenerated from lua53/jni/lua53/lua.h (line 214):#define LUA_OPLE 2- See Also:
-
LUA_GCSTOP
public static final int LUA_GCSTOPGenerated from lua53/jni/lua53/lua.h (line 301):#define LUA_GCSTOP 0- See Also:
-
LUA_GCRESTART
public static final int LUA_GCRESTARTGenerated from lua53/jni/lua53/lua.h (line 302):#define LUA_GCRESTART 1- See Also:
-
LUA_GCCOLLECT
public static final int LUA_GCCOLLECTGenerated from lua53/jni/lua53/lua.h (line 303):#define LUA_GCCOLLECT 2- See Also:
-
LUA_GCCOUNT
public static final int LUA_GCCOUNTGenerated from lua53/jni/lua53/lua.h (line 304):#define LUA_GCCOUNT 3- See Also:
-
LUA_GCCOUNTB
public static final int LUA_GCCOUNTBGenerated from lua53/jni/lua53/lua.h (line 305):#define LUA_GCCOUNTB 4- See Also:
-
LUA_GCSTEP
public static final int LUA_GCSTEPGenerated from lua53/jni/lua53/lua.h (line 306):#define LUA_GCSTEP 5- See Also:
-
LUA_GCSETPAUSE
public static final int LUA_GCSETPAUSEGenerated from lua53/jni/lua53/lua.h (line 307):#define LUA_GCSETPAUSE 6- See Also:
-
LUA_GCSETSTEPMUL
public static final int LUA_GCSETSTEPMULGenerated from lua53/jni/lua53/lua.h (line 308):#define LUA_GCSETSTEPMUL 7- See Also:
-
LUA_GCISRUNNING
public static final int LUA_GCISRUNNINGGenerated from lua53/jni/lua53/lua.h (line 309):#define LUA_GCISRUNNING 9- See Also:
-
LUA_HOOKCALL
public static final int LUA_HOOKCALLGenerated from lua53/jni/lua53/lua.h (line 401):#define LUA_HOOKCALL 0- See Also:
-
LUA_HOOKRET
public static final int LUA_HOOKRETGenerated from lua53/jni/lua53/lua.h (line 402):#define LUA_HOOKRET 1- See Also:
-
LUA_HOOKLINE
public static final int LUA_HOOKLINEGenerated from lua53/jni/lua53/lua.h (line 403):#define LUA_HOOKLINE 2- See Also:
-
LUA_HOOKCOUNT
public static final int LUA_HOOKCOUNTGenerated from lua53/jni/lua53/lua.h (line 404):#define LUA_HOOKCOUNT 3- See Also:
-
LUA_HOOKTAILCALL
public static final int LUA_HOOKTAILCALLGenerated from lua53/jni/lua53/lua.h (line 405):#define LUA_HOOKTAILCALL 4- See Also:
-
LUA_LOADED_TABLE
Generated from lua53/jni/lua53/lauxlib.h (line 509):#define LUA_LOADED_TABLE "_LOADED"- See Also:
-
LUA_PRELOAD_TABLE
Generated from lua53/jni/lua53/lauxlib.h (line 513):#define LUA_PRELOAD_TABLE "_PRELOAD"- See Also:
-
LUA_NOREF
public static final int LUA_NOREFGenerated from lua53/jni/lua53/lauxlib.h (line 562):#define LUA_NOREF (-2)- See Also:
-
LUA_REFNIL
public static final int LUA_REFNILGenerated from lua53/jni/lua53/lauxlib.h (line 563):#define LUA_REFNIL (-1)- See Also:
-
LUA_FILEHANDLE
Generated from lua53/jni/lua53/lauxlib.h (line 675):#define LUA_FILEHANDLE "FILE*"- See Also:
-
-
Constructor Details
-
Lua53Consts
public Lua53Consts()
-