Package com.prineside.luaj
Class LuaThread.State
java.lang.Object
com.prineside.luaj.LuaThread.State
- All Implemented Interfaces:
 com.esotericsoftware.kryo.KryoSerializable,Runnable
- Enclosing class:
 - LuaThread
 
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
function
 - 
hookfunc
Hook function control state used by debug lib. - 
hookline
public boolean hookline - 
hookcall
public boolean hookcall - 
hookrtrn
public boolean hookrtrn - 
hookcount
public int hookcount - 
inhook
public boolean inhook - 
lastline
public int lastline - 
bytecodes
public int bytecodes - 
status
public int status 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
run
public void run() - 
lua_resume
 - 
lua_yield
In coroutine thread 
 -