public class DiffElement extends Object implements Comparable<DiffElement>
Info.dataCaptureStatements()
and Info.examples()
?Modifier and Type | Class and Description |
---|---|
static class |
DiffElement.ElementType |
static class |
DiffElement.Operation |
Modifier and Type | Field and Description |
---|---|
DiffElement.Operation |
change |
LinkedList<name.fraser.neil.plaintext.diff_match_patch.Diff> |
diff |
Info |
subElement |
DiffElement.ElementType |
subElementType |
String |
tag |
Constructor and Description |
---|
DiffElement() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DiffElement o) |
String |
diff_from_to()
Converts the diff list to a human readable text.
|
String |
diff_toString()
Converts the diff list using the toString() method of each Diff.
|
public DiffElement.Operation change
public DiffElement.ElementType subElementType
public LinkedList<name.fraser.neil.plaintext.diff_match_patch.Diff> diff
public Info subElement
public String tag
public int compareTo(DiffElement o)
compareTo
in interface Comparable<DiffElement>
public String diff_toString()
null
public String diff_from_to()
null
Copyright © 2017. All rights reserved.