|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.ecmascript.Convert
public class Convert
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 |
---|
public Convert()
Method Detail |
---|
public static double toNumber(java.lang.Object x)
public static double toInteger(double x)
public static double toInteger(java.lang.Object x)
public int toInt32(double x)
public int toInt32(java.lang.Object x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |