Class NativeJSON.StringifyState

  • Enclosing class:
    NativeJSON

    private static class NativeJSON.StringifyState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StringifyState​(Context cx, Scriptable scope, java.lang.String indent, java.lang.String gap, Callable replacer, java.util.List<java.lang.Object> propertyList)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • indent

        java.lang.String indent
      • gap

        java.lang.String gap
      • propertyList

        java.util.List<java.lang.Object> propertyList
    • Constructor Detail

      • StringifyState

        StringifyState​(Context cx,
                       Scriptable scope,
                       java.lang.String indent,
                       java.lang.String gap,
                       Callable replacer,
                       java.util.List<java.lang.Object> propertyList)