|
Lua SPOT v1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.krka.kahlua.vm.LuaClosure
public final class LuaClosure
| 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 |
|---|
public LuaPrototype prototype
public LuaTable env
public UpValue[] upvalues
| Constructor Detail |
|---|
public LuaClosure(LuaPrototype prototype,
LuaTable env)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
Lua SPOT v1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||