com.sdicons.json.model
Class JSONNumber

java.lang.Object
  extended by com.sdicons.json.model.JSONValue
      extended by com.sdicons.json.model.JSONSimple
          extended by com.sdicons.json.model.JSONNumber
Direct Known Subclasses:
JSONDecimal, JSONInteger

public abstract class JSONNumber
extends JSONSimple

The parent class of numerical types, being JSONInteger and JSONDecimal.


Constructor Summary
JSONNumber()
           
 
Method Summary
 
Methods inherited from class com.sdicons.json.model.JSONValue
decorate, getCol, getData, getLine, getStreamName, isArray, isBoolean, isComplex, isDecimal, isInteger, isNull, isNumber, isObject, isSimple, isString, render, render, setData, setLineCol, setStreamName, strip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONNumber

public JSONNumber()


Copyright © 2011. All Rights Reserved.