public static class Diff.Change
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
deleted
# lines of file 0 changed here.
|
int |
inserted
# lines of file 1 changed here.
|
int |
line0
Line number of 1st deleted line.
|
int |
line1
Line number of 1st inserted line.
|
Diff.Change |
link
Previous or next edit command.
|
Constructor and Description |
---|
Change(int line0,
int line1,
int deleted,
int inserted,
Diff.Change old)
Cons an additional entry onto the front of an edit script OLD.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Diff.Change> |
toList() |
java.lang.String |
toString() |
public Diff.Change link
public final int inserted
public final int deleted
public final int line0
public final int line1
public Change(int line0, int line1, int deleted, int inserted, Diff.Change old)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.ArrayList<Diff.Change> toList()