Uses of Package
org.luaj.vm

Packages that use org.luaj.vm
org.luaj.compiler   
org.luaj.lib.j2se   
org.luaj.vm   
 

Classes in org.luaj.vm used by org.luaj.compiler
LoadState.LuaCompiler
          Interface for the compiler, if it is installed.
LPrototype
           
LString
          A String implementation for Lua using bytes instead of chars.
Lua
          Constants for lua limits and opcodes
 

Classes in org.luaj.vm used by org.luaj.lib.j2se
LFunction
           
LTable
          Simple implementation of table structure for Lua VM.
LuaState
          
LValue
           
 

Classes in org.luaj.vm used by org.luaj.vm
CallInfo
           
LBoolean
           
LClosure
           
LDouble
           
LFunction
           
LInteger
           
LNil
           
LNumber
           
LoadState.LuaCompiler
          Interface for the compiler, if it is installed.
LocVars
           
LPrototype
           
LString
          A String implementation for Lua using bytes instead of chars.
LTable
          Simple implementation of table structure for Lua VM.
LThread
          Implementation of lua coroutines using Java Threads
Lua
          Constants for lua limits and opcodes
LuaState
          
LValue
           
Platform
          Singleton to manage platform-specific behaviors.
UpVal
           
 



Copyright © 2007-2013 Luaj.org. All Rights Reserved.