public class TextModification extends Object
Constructor and Description |
---|
TextModification(int origStartOffset,
int origEndOffset,
int newStartOffset,
int newEndOffset,
String newText) |
Modifier and Type | Method and Description |
---|---|
int |
getNewEndOffset() |
int |
getNewStartOffset() |
String |
getNewText() |
int |
getOrigEndOffset() |
int |
getOrigStartOffset() |
public TextModification(int origStartOffset, int origEndOffset, int newStartOffset, int newEndOffset, String newText)
public int getNewEndOffset()
public int getNewStartOffset()
public String getNewText()
public int getOrigEndOffset()
public int getOrigStartOffset()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.