Class LuaClosure.ExecutionState

java.lang.Object
com.prineside.luaj.LuaClosure.ExecutionState
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable
Enclosing class:
LuaClosure

public static final class LuaClosure.ExecutionState extends Object implements com.badlogic.gdx.utils.Pool.Poolable
  • Constructor Details

    • ExecutionState

      public ExecutionState()
  • Method Details

    • reset

      public void reset()
      Description copied from interface: com.badlogic.gdx.utils.Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
      Specified by:
      reset in interface com.badlogic.gdx.utils.Pool.Poolable
    • begin

      public void begin(LuaClosure closure, LuaValue[] stack, Varargs varargs, Prototype p)
    • op_tailcall

      public Varargs op_tailcall()
    • execute

      public Varargs execute()