Class UpValue

java.lang.Object
se.krka.kahlua.vm.UpValue

public final class UpValue extends Object
  • Constructor Details

    • UpValue

      public UpValue(Coroutine coroutine, int int1)
  • Method Details

    • getIndex

      public int getIndex()
    • getValue

      public final Object getValue()
    • setValue

      public final void setValue(Object object)
    • close

      public void close()