org.eclipse.jface.text
Class AbstractLineTracker.Request
java.lang.Object
org.eclipse.jface.text.AbstractLineTracker.Request
-
Enclosing class:
-
AbstractLineTracker
-
protected static class AbstractLineTracker.Request
- extends
Object
Representation of replace and set requests.
-
Since:
- 3.1
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
offset
public final int offset
length
public final int length
text
public final
String text
AbstractLineTracker.Request
public AbstractLineTracker.Request(int offset,
int length,
String text)
AbstractLineTracker.Request
public AbstractLineTracker.Request(
String text)
isReplaceRequest
public boolean isReplaceRequest()
-
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.