Class MultiMarkup.Extent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int depth
      The depth.
      protected int end
      The end.
      protected int start
      The start.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Extent​(int start, int end, int depth)
      Instantiates a new extent.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        protected int start
        The start.
      • end

        protected int end
        The end.
      • depth

        protected int depth
        The depth.
    • Constructor Detail

      • Extent

        private Extent​(int start,
                       int end,
                       int depth)
        Instantiates a new extent.
        Parameters:
        start - the start
        end - the end
        depth - the depth