|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Globals | |
|---|---|
| org.luaj.vm2 | |
| org.luaj.vm2.lib.jme | |
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||