org.eclipse.jface.text
Class AbstractLineTracker.DelimiterInfo
java.lang.Object
org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
- Enclosing class:
- AbstractLineTracker
- protected 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delimiterIndex
public int delimiterIndex
delimiterLength
public int delimiterLength
delimiter
public String delimiter
AbstractLineTracker.DelimiterInfo
protected AbstractLineTracker.DelimiterInfo()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.