Package org.luaj.vm

Interface Summary
LoadState.LuaCompiler Interface for the compiler, if it is installed.
 

Class Summary
CallInfo  
LBoolean  
LClosure  
LDouble  
LFunction  
LInteger  
LNil  
LNumber  
LoadState  
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
LUserData  
LValue  
LWeakTable  
Platform Singleton to manage platform-specific behaviors.
Print  
UpVal  
 

Exception Summary
LuaErrorException RuntimeException that is thrown and caught in response to a lua error.
 



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