Package org.eclipse.jface.text
Class AbstractLineTracker.DelimiterInfo
- java.lang.Object
-
- org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
-
- Enclosing class:
- AbstractLineTracker
public static class AbstractLineTracker.DelimiterInfo extends java.lang.ObjectCombines the information of the occurrence of a line delimiter.delimiterIndexis the index where a line delimiter starts, whereasdelimiterLength, indicates the length of the delimiter.- Since:
- 3.10
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringdelimiterintdelimiterIndexintdelimiterLength
-
Constructor Summary
Constructors Constructor Description DelimiterInfo()
-