net.arnx.jsonic.parse
Class TraditionalParser

java.lang.Object
  extended by net.arnx.jsonic.parse.JSONParser
      extended by net.arnx.jsonic.parse.TraditionalParser

public class TraditionalParser
extends JSONParser


Constructor Summary
TraditionalParser(net.arnx.jsonic.io.InputSource in, int maxDepth, boolean interpretterMode, boolean ignoreWhirespace, net.arnx.jsonic.util.LocalCache cache)
           
 
Method Summary
 
Methods inherited from class net.arnx.jsonic.parse.JSONParser
getDepth, getMaxDepth, getValue, isIgnoreWhitespace, isInterpretterMode, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraditionalParser

public TraditionalParser(net.arnx.jsonic.io.InputSource in,
                         int maxDepth,
                         boolean interpretterMode,
                         boolean ignoreWhirespace,
                         net.arnx.jsonic.util.LocalCache cache)