org.luaj.vm2
Class UpValue

java.lang.Object
  extended by org.luaj.vm2.UpValue

public final class UpValue
extends java.lang.Object

Upvalue used with Closure formulation


Constructor Summary
UpValue(LuaValue[] stack, int index)
           
 
Method Summary
 void close()
           
 LuaValue getValue()
           
 void setValue(LuaValue value)
           
 java.lang.String tojstring()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpValue

public UpValue(LuaValue[] stack,
               int index)
Method Detail

tojstring

public java.lang.String tojstring()

getValue

public final LuaValue getValue()

setValue

public final void setValue(LuaValue value)

close

public final void close()


Copyright © 2007-2013 Luaj.org. All Rights Reserved.