com.sdicons.json.model
Class JSONComplex

java.lang.Object
  extended by com.sdicons.json.model.JSONValue
      extended by com.sdicons.json.model.JSONComplex
Direct Known Subclasses:
JSONArray, JSONObject

public abstract class JSONComplex
extends JSONValue

Superclass of JSON complex types, namely JSONArray and JSONObject.


Constructor Summary
JSONComplex()
           
 
Method Summary
abstract  int size()
           
 
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

JSONComplex

public JSONComplex()
Method Detail

size

public abstract int size()


Copyright © 2011. All Rights Reserved.