Package org.teavm.jso.core
Class JSNumber
java.lang.Object
org.teavm.jso.core.JSNumber
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionfinal bytefinal charfinal doublefinal floatfinal intintValue()final shortstatic JSNumbervalueOf(byte value) static JSNumbervalueOf(char value) static JSNumbervalueOf(double value) static JSNumbervalueOf(float value) static JSNumbervalueOf(int value) static JSNumbervalueOf(short value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
doubleValue
public final double doubleValue() -
intValue
public final int intValue() -
charValue
public final char charValue() -
byteValue
public final byte byteValue() -
shortValue
public final short shortValue() -
floatValue
public final float floatValue() -
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-