public static class DiffDriver.TextRun
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
length |
int |
start |
DiffDriver.Type |
type |
Constructor and Description |
---|
TextRun(int start,
int length,
DiffDriver.Type type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int start
public int length
public DiffDriver.Type type
public TextRun(int start, int length, DiffDriver.Type type)