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 java.lang.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 java.lang.String text
AbstractLineTracker.Request
public AbstractLineTracker.Request(int offset,
int length,
java.lang.String text)
AbstractLineTracker.Request
public AbstractLineTracker.Request(java.lang.String text)
isReplaceRequest
public boolean isReplaceRequest()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.