JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.google.gwt.json.client.JSONNull
Packages that use
JSONNull
Package
Description
com.google.gwt.json.client
Classes for parsing and creating JSON encoded values.
Uses of
JSONNull
in
com.google.gwt.json.client
Methods in
com.google.gwt.json.client
that return
JSONNull
Modifier and Type
Method
Description
static
JSONNull
JSONNull.
getInstance
()
Returns the singleton null-valued JSON object.
JSONNull
JSONNull.
isNull
()
Returns
this
, as this is a JSONNull.
JSONNull
JSONValue.
isNull
()
Returns a non-null reference if this JSONValue is really a JSONNull.