Class PositionSpan


  • public class PositionSpan
    extends java.lang.Object
    Utility class to record Positions Spans
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int end  
      (package private) int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      PositionSpan​(int start, int end)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        int start
      • end

        int end
    • Constructor Detail

      • PositionSpan

        public PositionSpan​(int start,
                            int end)