|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.json.client.JSONValue com.google.gwt.json.client.JSONNull
public class JSONNull
Represents the JSON null
value.
Method Summary | |
---|---|
static JSONNull |
getInstance()
Returns the singleton null-valued JSON object. |
(package private) JavaScriptObject |
getUnwrapper()
Internal. |
JSONNull |
isNull()
Returns this , as this is a JSONNull. |
java.lang.String |
toString()
Returns "null" to allow for formatting null values. |
Methods inherited from class com.google.gwt.json.client.JSONValue |
---|
isArray, isBoolean, isNumber, isObject, isString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static JSONNull getInstance()
public JSONNull isNull()
this
, as this is a JSONNull.
isNull
in class JSONValue
null
otherwise.public java.lang.String toString()
null
values.
toString
in class JSONValue
JavaScriptObject getUnwrapper()
JSONValue
getUnwrapper
in class JSONValue
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |