Package org.luaj.vm2

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

Class Summary
Buffer String buffer for use in string library methods, optimized for production of StrValue instances.
LoadState  
LocVars  
Lua Constants for lua limits and opcodes
LuaBoolean  
LuaClosure  
LuaDouble  
LuaFunction  
LuaInteger  
LuaNil  
LuaNumber  
LuaString  
LuaTable  
LuaThread Implementation of lua coroutines using Java Threads
LuaUserdata  
LuaValue  
Print  
Prototype  
TailcallVarargs  
UpValue Upvalue used with Closure formulation
Varargs Class to encapsulate varargs values.
WeakTable  
 

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



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