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_ADDITIONConstant for an addition in the *.diff or *.patch file. | 
| static int | TK_HEADERConstant for a header in the *.diff or *.patch file. | 
| static int | TK_REMOVALConstant for a removal in the *.diff or *.patch file. | 
static final int TK_HEADER
static final int TK_ADDITION
static final int TK_REMOVAL