Class LuaThread.State

java.lang.Object
com.prineside.luaj.LuaThread.State
All Implemented Interfaces:
KryoSerializable, Runnable
Enclosing class:
LuaThread

public static final class LuaThread.State extends Object implements Runnable, KryoSerializable
  • Field Details

    • function

      public LuaValue function
    • hookfunc

      public LuaValue 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