|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Globals | |
---|---|
org.luaj.vm2 | |
org.luaj.vm2.lib | |
org.luaj.vm2.lib.jme | |
org.luaj.vm2.lib.jse |
Uses of Globals in org.luaj.vm2 |
---|
Fields in org.luaj.vm2 declared as Globals | |
---|---|
Globals |
LuaThread.globals
|
Methods in org.luaj.vm2 that return Globals | |
---|---|
Globals |
Globals.checkglobals()
Check that this object is a Globals object, and return it, otherwise throw an error. |
Globals |
LuaValue.checkglobals()
Check that the value is a Globals instance, or throw LuaError if not |
Constructors in org.luaj.vm2 with parameters of type Globals | |
---|---|
LuaThread(Globals globals)
Private constructor for main thread only |
|
LuaThread(Globals globals,
LuaValue func)
Create a LuaThread around a function and environment |
Uses of Globals in org.luaj.vm2.lib |
---|
Fields in org.luaj.vm2.lib declared as Globals | |
---|---|
protected Globals |
IoLib.globals
|
protected Globals |
OsLib.globals
|
Uses of Globals in org.luaj.vm2.lib.jme |
---|
Methods in org.luaj.vm2.lib.jme that return Globals | |
---|---|
static Globals |
JmePlatform.debugGlobals()
Create standard globals including the debug library. |
static Globals |
JmePlatform.standardGlobals()
Create a standard set of globals for JME including all the libraries. |
Uses of Globals in org.luaj.vm2.lib.jse |
---|
Methods in org.luaj.vm2.lib.jse that return Globals | |
---|---|
static Globals |
JsePlatform.debugGlobals()
Create standard globals including the debug library. |
static Globals |
JsePlatform.standardGlobals()
Create a standard set of globals for JSE including all the libraries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |