Class AbstractLineTracker.DelimiterInfo

java.lang.Object
org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
Enclosing class:
AbstractLineTracker

public static class AbstractLineTracker.DelimiterInfo extends Object
Combines the information of the occurrence of a line delimiter. delimiterIndex is the index where a line delimiter starts, whereas delimiterLength, indicates the length of the delimiter.
Since:
3.10
  • Field Details

    • delimiterIndex

      public int delimiterIndex
    • delimiterLength

      public int delimiterLength
    • delimiter

      public String delimiter
  • Constructor Details

    • DelimiterInfo

      public DelimiterInfo()