GWT 2.7.0

Uses of Class
com.google.gwt.json.client.JSONNumber

Packages that use JSONNumber
com.google.gwt.json.client Classes for parsing and creating JSON encoded values. 
 

Uses of JSONNumber in com.google.gwt.json.client
 

Methods in com.google.gwt.json.client that return JSONNumber
 JSONNumber JSONValue.isNumber()
          Returns a non-null reference if this JSONValue is really a JSONNumber.
 JSONNumber JSONNumber.isNumber()
          Returns this, as this is a JSONNumber.
 


GWT 2.7.0