Package gnu.ecmascript
Class Convert
- java.lang.Object
-
- gnu.ecmascript.Convert
-
public class Convert extends Object
-
-
Constructor Summary
Constructors Constructor Description Convert()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
toInt32(double x)
int
toInt32(Object x)
static double
toInteger(double x)
static double
toInteger(Object x)
static double
toNumber(Object x)
-