Class UpValue

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

public final class UpValue
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    UpValue​(Coroutine coroutine, int int1)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    int getIndex()  
    java.lang.Object getValue()  
    void setValue​(java.lang.Object object)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UpValue

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

    • getIndex

      public int getIndex()
    • getValue

      public final java.lang.Object getValue()
    • setValue

      public final void setValue​(java.lang.Object object)
    • close

      public void close()