Lua SPOT
v1.0

se.krka.kahlua.vm
Class LuaClosure

java.lang.Object
  extended by se.krka.kahlua.vm.LuaClosure

public final class LuaClosure
extends java.lang.Object


Field Summary
 LuaTable env
           
 LuaPrototype prototype
           
 UpValue[] upvalues
           
 
Constructor Summary
LuaClosure(LuaPrototype prototype, LuaTable env)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prototype

public LuaPrototype prototype

env

public LuaTable env

upvalues

public UpValue[] upvalues
Constructor Detail

LuaClosure

public LuaClosure(LuaPrototype prototype,
                  LuaTable env)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Lua SPOT
v1.0