Uses of Class
com.google.gwt.json.client.JSONBoolean
-
Packages that use JSONBoolean Package Description 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 Modifier and Type Method Description static JSONBooleanJSONBoolean. getInstance(boolean b)Gets a reference to the singleton instance representing eithertrueorfalse.JSONBooleanJSONBoolean. isBoolean()Returnsthis, as this is a JSONBoolean.JSONBooleanJSONValue. isBoolean()Returns a non-null reference if this JSONValue is really a JSONBoolean.
-