Uses of Class
org.luaj.vm.LInteger

Packages that use LInteger
org.luaj.vm   
 

Uses of LInteger in org.luaj.vm
 

Methods in org.luaj.vm that return LInteger
 LInteger LuaState.checkinteger(int narg)
          Checks whether the function argument narg is a number and returns this number cast to a LInteger.
 LInteger LuaState.optinteger(int narg, int d)
          If the function argument narg is a number, returns this number cast to a lua_Integer.
static LInteger LInteger.valueOf(int n)
          Get an LInteger corresponding to a particular int value
 



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