Class NativeJSON.StringifyState

  • Enclosing class:
    NativeJSON

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

      Fields 
      Modifier and Type Field Description
      (package private) Context cx  
      (package private) java.lang.String gap  
      (package private) java.lang.String indent  
      (package private) java.lang.Object[] propertyList  
      (package private) Callable replacer  
      (package private) Scriptable scope  
      (package private) java.util.Stack<java.lang.Object> stack  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringifyState​(Context cx, Scriptable scope, java.lang.String indent, java.lang.String gap, Callable replacer, 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

      • stack

        java.util.Stack<java.lang.Object> stack
      • indent

        java.lang.String indent
      • gap

        java.lang.String gap
      • propertyList

        java.lang.Object[] propertyList
    • Constructor Detail

      • StringifyState

        StringifyState​(Context cx,
                       Scriptable scope,
                       java.lang.String indent,
                       java.lang.String gap,
                       Callable replacer,
                       java.lang.Object[] propertyList)