org.xwt.js
Class Math

java.lang.Object
  extended byorg.xwt.js.JS
      extended byorg.xwt.js.JS.Obj
          extended byorg.xwt.js.Math

public class Math
extends JS.Obj

The JavaScript Math object


Nested Class Summary
 
Nested classes inherited from class org.xwt.js.JS
JS.Array, JS.Callable, JS.Context, JS.Exn, JS.GlobalScope, JS.Graft, JS.Obj, JS.Scope, JS.TailCall
 
Field Summary
static Math singleton
           
 
Constructor Summary
protected Math()
           
 
Methods inherited from class org.xwt.js.JS.Obj
get, get, keys, put, put2, setSeal
 
Methods inherited from class org.xwt.js.JS
callMethod, coerceToBoolean, coerceToNumber, coerceToString, parse, toBoolean, toDouble, toInt, toLong, toNumber, toString, typeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static Math singleton
Constructor Detail

Math

protected Math()