Java com.google.gwt.json.client JSONNumber fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.json.client JSONNumber fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.json.client JSONNumber.

The text is from its open source code.

Constructor

JSONNumber(double value)
Creates a new JSONNumber from the double value.

Method

doubledoubleValue()
Gets the double value this JSONNumber represents.
doublegetValue()
Gets the double value this JSONNumber represents.
JSONNumberisNumber()
Returns this, as this is a JSONNumber.
StringtoString()
Returns the JSON representation of this number.