org.luaj.vm
Class UpVal

java.lang.Object
  extended by org.luaj.vm.UpVal

public class UpVal
extends java.lang.Object


Constructor Summary
UpVal(LuaState state, int i)
           
 
Method Summary
 boolean close(int limit)
           
 LValue getValue()
           
 boolean isClosed()
           
 void setValue(LValue value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpVal

public UpVal(LuaState state,
             int i)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public LValue getValue()

setValue

public void setValue(LValue value)

close

public boolean close(int limit)

isClosed

public boolean isClosed()


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