gnu.ecmascript
Class Convert

java.lang.Object
  extended by gnu.ecmascript.Convert

public class Convert
extends java.lang.Object


Constructor Summary
Convert()
           
 
Method Summary
 int toInt32(double x)
           
 int toInt32(java.lang.Object x)
           
static double toInteger(double x)
           
static double toInteger(java.lang.Object x)
           
static double toNumber(java.lang.Object x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert

public Convert()
Method Detail

toNumber

public static double toNumber(java.lang.Object x)

toInteger

public static double toInteger(double x)

toInteger

public static double toInteger(java.lang.Object x)

toInt32

public int toInt32(double x)

toInt32

public int toInt32(java.lang.Object x)