Class MultiMarkup.AnnotExtent

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AnnotExtent​(int start, int end, int depth, java.lang.String annotName)
      Instantiates a new annot extent.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • annotName

        private java.lang.String annotName
        The annot name.
    • Constructor Detail

      • AnnotExtent

        private AnnotExtent​(int start,
                            int end,
                            int depth,
                            java.lang.String annotName)
        Instantiates a new annot extent.
        Parameters:
        start - the start
        end - the end
        depth - the depth
        annotName - the annot name