GWT 2.7.0

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

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

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

Methods in com.google.gwt.json.client that return JSONBoolean
static JSONBoolean JSONBoolean.getInstance(boolean b)
          Gets a reference to the singleton instance representing either true or false.
 JSONBoolean JSONValue.isBoolean()
          Returns a non-null reference if this JSONValue is really a JSONBoolean.
 JSONBoolean JSONBoolean.isBoolean()
          Returns this, as this is a JSONBoolean.
 


GWT 2.7.0