Uses of Class
com.google.gwt.json.client.JSONBoolean
Package
Description
Classes for parsing and creating JSON encoded values.
-
Uses of JSONBoolean in com.google.gwt.json.client
Modifier and TypeMethodDescriptionstatic JSONBoolean
JSONBoolean.getInstance
(boolean b) Gets a reference to the singleton instance representing eithertrue
orfalse
.JSONBoolean.isBoolean()
Returnsthis
, as this is a JSONBoolean.JSONValue.isBoolean()
Returns a non-null reference if this JSONValue is really a JSONBoolean.