public class ReconcilerReplaceRegion extends ReplaceRegion implements org.eclipse.jface.text.IRegion
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconcilerReplaceRegion.Builder |
| Constructor and Description |
|---|
ReconcilerReplaceRegion(int offset,
int length,
String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentEvent(org.eclipse.jface.text.DocumentEvent event) |
static ReconcilerReplaceRegion.Builder |
builder(String text) |
List<org.eclipse.jface.text.DocumentEvent> |
getDocumentEvents() |
long |
getModificationStamp() |
void |
setModificationStamp(long docModificationStampAfter) |
String |
toString() |
applyTo, getEndOffset, getLength, getOffset, getText, shiftBypublic ReconcilerReplaceRegion(int offset,
int length,
String text)
public long getModificationStamp()
public void setModificationStamp(long docModificationStampAfter)
public void addDocumentEvent(org.eclipse.jface.text.DocumentEvent event)
public List<org.eclipse.jface.text.DocumentEvent> getDocumentEvents()
public String toString()
toString in class ReplaceRegionpublic static ReconcilerReplaceRegion.Builder builder(String text)
Copyright © 2016. All Rights Reserved.