Class HtmlOccurrenceMarker.Entry

  • Enclosing class:
    HtmlOccurrenceMarker

    private static class HtmlOccurrenceMarker.Entry
    extends java.lang.Object
    Used internally when searching backward for a matching "open" tag.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean open  
      private Token t  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(boolean open, Token t)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • open

        private boolean open
    • Constructor Detail

      • Entry

        Entry​(boolean open,
              Token t)