public interface DiffTokens
DiffTokens interface defines the constants for the various pieces of a *.diff or *.patch file.LexerToken, DiffLexer| Modifier and Type | Field and Description |
|---|---|
static int |
TK_ADDITION
Constant for an addition in the *.diff or *.patch file.
|
static int |
TK_HEADER
Constant for a header in the *.diff or *.patch file.
|
static int |
TK_REMOVAL
Constant for a removal in the *.diff or *.patch file.
|
static final int TK_HEADER
static final int TK_ADDITION
static final int TK_REMOVAL