Class AsyncJSON.FrameStack

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FrameStack()  
    • Field Detail

      • cursor

        private int cursor
    • Constructor Detail

      • FrameStack

        private FrameStack()
    • Method Detail

      • grow

        private void grow​(int grow)
      • clear

        private void clear()
      • isEmpty

        private boolean isEmpty()
      • depth

        public int depth()
        Specified by:
        depth in interface AsyncJSON.Context
        Returns:
        the depth in the JSON structure
      • push

        private void push​(AsyncJSON.State state,
                          java.lang.Object value)
      • push

        private void push​(java.lang.String name,
                          AsyncJSON.State state,
                          java.lang.Object value)
      • pop

        private void pop()