Class AbstractLineTracker.Request

  • Enclosing class:
    AbstractLineTracker

    protected static class AbstractLineTracker.Request
    extends java.lang.Object
    Representation of replace and set requests.
    Since:
    3.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
      int offset  
      java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      Request​(int offset, int length, java.lang.String text)  
      Request​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isReplaceRequest()  
      • Methods inherited from class java.lang.Object

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

      • offset

        public final int offset
      • length

        public final int length
      • text

        public final java.lang.String text
    • Constructor Detail

      • Request

        public Request​(int offset,
                       int length,
                       java.lang.String text)
      • Request

        public Request​(java.lang.String text)
    • Method Detail

      • isReplaceRequest

        public boolean isReplaceRequest()