public class Change
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADDED
Denotes a new text.
|
static int |
DELETED
Denotes a deleted text.
|
int |
first0
The position of the Change in the left text.
|
int |
first1
The position of the Change in the right text.
|
int |
last0
The position of the Change in the left text.
|
int |
last1
The position of the Change in the right text.
|
int |
type
The Change type.
|
static int |
UNCHANGED
Denotes an unchanged text.
|
static int |
UPDATED
Denotes an updated text.
|
public static final int UNCHANGED
public static final int UPDATED
public static final int DELETED
public static final int ADDED
public int first0
public int last0
public int first1
public int last1
public int type
Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence