Base class for representing numbers as lua values directly.
The main subclasses are {@link LuaInteger} which holds values that fit in a java int, and {@link LuaDouble} which holds all other number values.
@see LuaInteger
@see LuaDouble
@see LuaValue
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.