net.arnx.jsonic.parse
Class ScriptParser

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

public class ScriptParser
extends JSONParser


Constructor Summary
ScriptParser(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

ScriptParser

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