public class SimpleDiffChange
extends java.lang.Object
Constructor and Description |
---|
SimpleDiffChange(int index,
LineFragment fragment) |
SimpleDiffChange(int index,
LineFragment fragment,
boolean isExcluded,
boolean isSkipped) |
Modifier and Type | Method and Description |
---|---|
TextDiffType |
getDiffType() |
int |
getEndLine(Side side) |
LineFragment |
getFragment() |
int |
getIndex() |
int |
getStartLine(Side side) |
boolean |
isDestroyed() |
boolean |
isExcluded() |
boolean |
isSkipped() |
boolean |
isValid() |
void |
markDestroyed() |
boolean |
processDocumentChange(int oldLine1,
int oldLine2,
int shift,
Side side) |
public SimpleDiffChange(int index, LineFragment fragment)
public SimpleDiffChange(int index, LineFragment fragment, boolean isExcluded, boolean isSkipped)
public int getIndex()
public int getStartLine(Side side)
public int getEndLine(Side side)
public TextDiffType getDiffType()
public boolean isExcluded()
public boolean isSkipped()
public boolean isValid()
public boolean isDestroyed()
public LineFragment getFragment()
public boolean processDocumentChange(int oldLine1, int oldLine2, int shift, Side side)
public void markDestroyed()