|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.luaj.vm2.LuaThread.State
public static class LuaThread.State
Field Summary | |
---|---|
int |
bytecodes
|
LuaValue |
function
|
boolean |
hookcall
|
int |
hookcount
|
LuaValue |
hookfunc
Hook function control state used by debug lib. |
boolean |
hookline
|
boolean |
hookrtrn
|
boolean |
inhook
|
int |
lastline
|
int |
status
|
Method Summary | |
---|---|
Varargs |
lua_resume(LuaThread new_thread,
Varargs args)
|
Varargs |
lua_yield(Varargs args)
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final LuaValue function
public LuaValue hookfunc
public boolean hookline
public boolean hookcall
public boolean hookrtrn
public int hookcount
public boolean inhook
public int lastline
public int bytecodes
public int status
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public Varargs lua_resume(LuaThread new_thread, Varargs args)
public Varargs lua_yield(Varargs args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |