Class HTMLTagBalancer.InfoStack

  • Enclosing class:
    HTMLTagBalancer

    public static class HTMLTagBalancer.InfoStack
    extends java.lang.Object
    Unsynchronized stack of element information.
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoStack()  
    • Method Summary

      Modifier and Type Method Description
      HTMLTagBalancer.Info peek()
      Peeks at the top of the stack.
      HTMLTagBalancer.Info pop()
      Pops the top item off of the stack.
      void push​(HTMLTagBalancer.Info info)
      Pushes element information onto the stack.
      java.lang.String toString()
      Simple representation to make debugging easier
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InfoStack

        public InfoStack()
    • Method Detail

      • toString

        public java.lang.String toString()
        Simple representation to make debugging easier
        Overrides:
        toString in class java.lang.Object