public final class UpValue
extends Object
-
Constructor Summary
Constructors
-
Method Summary
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 Object getValue()
-
setValue
public final void setValue(Object object)
-
close
public void close()