Class AsyncJSON.FrameStack

java.lang.Object
org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
All Implemented Interfaces:
AsyncJSON.Context
Enclosing class:
AsyncJSON

private static class AsyncJSON.FrameStack extends Object implements AsyncJSON.Context
  • Field Details

  • Constructor Details

    • FrameStack

      private FrameStack()
  • Method Details

    • 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
    • peek

      private AsyncJSON.Frame peek()
    • push

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

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

      private void pop()