|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.luaj.vm2 | |
---|---|
org.luaj.vm2 | |
org.luaj.vm2.compiler | |
org.luaj.vm2.lib | |
org.luaj.vm2.lib.jme | |
org.luaj.vm2.lib.jse | |
org.luaj.vm2.luajc |
Classes in org.luaj.vm2 used by org.luaj.vm2 | |
---|---|
Buffer
String buffer for use in string library methods, optimized for production of StrValue instances. |
|
LoadState.LuaCompiler
Interface for the compiler, if it is installed. |
|
LocVars
Data class to hold debug information relatign to local variables for a Prototype |
|
Lua
Constants for lua limits and opcodes. |
|
LuaBoolean
Extension of LuaValue which can hold a Java boolean as its value. |
|
LuaClosure
Extension of LuaFunction which executes lua bytecode. |
|
LuaDouble
Extension of LuaNumber which can hold a Java double as its value. |
|
LuaFunction
Base class for functions implemented in Java. |
|
LuaInteger
Extension of LuaNumber which can hold a Java int as its value. |
|
LuaNumber
Base class for representing numbers as lua values directly. |
|
LuaString
Subclass of LuaValue for representing lua strings. |
|
LuaTable
Subclass of LuaValue for representing lua tables. |
|
LuaThread
Subclass of LuaValue that implements
a lua coroutine thread using Java Threads. |
|
LuaThread.CallStack
|
|
LuaUserdata
|
|
LuaValue
Base class for all concrete lua type values. |
|
Prototype
Prototype representing compiled lua code. |
|
UpValue
Upvalue used with Closure formulation |
|
Varargs
Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values. |
Classes in org.luaj.vm2 used by org.luaj.vm2.compiler | |
---|---|
LoadState.LuaCompiler
Interface for the compiler, if it is installed. |
|
Lua
Constants for lua limits and opcodes. |
|
LuaFunction
Base class for functions implemented in Java. |
|
LuaString
Subclass of LuaValue for representing lua strings. |
|
LuaValue
Base class for all concrete lua type values. |
|
Prototype
Prototype representing compiled lua code. |
Classes in org.luaj.vm2 used by org.luaj.vm2.lib | |
---|---|
LuaFunction
Base class for functions implemented in Java. |
|
LuaString
Subclass of LuaValue for representing lua strings. |
|
LuaTable
Subclass of LuaValue for representing lua tables. |
|
LuaThread
Subclass of LuaValue that implements
a lua coroutine thread using Java Threads. |
|
LuaValue
Base class for all concrete lua type values. |
|
Prototype
Prototype representing compiled lua code. |
|
Varargs
Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values. |
Classes in org.luaj.vm2 used by org.luaj.vm2.lib.jme | |
---|---|
LuaFunction
Base class for functions implemented in Java. |
|
LuaTable
Subclass of LuaValue for representing lua tables. |
|
LuaValue
Base class for all concrete lua type values. |
|
Varargs
Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values. |
Classes in org.luaj.vm2 used by org.luaj.vm2.lib.jse | |
---|---|
LuaFunction
Base class for functions implemented in Java. |
|
LuaTable
Subclass of LuaValue for representing lua tables. |
|
LuaValue
Base class for all concrete lua type values. |
|
Varargs
Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values. |
Classes in org.luaj.vm2 used by org.luaj.vm2.luajc | |
---|---|
LoadState.LuaCompiler
Interface for the compiler, if it is installed. |
|
LuaFunction
Base class for functions implemented in Java. |
|
LuaValue
Base class for all concrete lua type values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |