Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.parser.diff
Interface DiffTokens

All Known Implementing Classes:
DiffLexer

public interface DiffTokens

The DiffTokens interface defines the constants for the various pieces of a *.diff or *.patch file.

See Also:
LexerToken, DiffLexer

Field Summary
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.

 

Field Detail

TK_HEADER

static final int TK_HEADER
Constant for a header in the *.diff or *.patch file.
See Also:
Constant Field Values

TK_ADDITION

static final int TK_ADDITION
Constant for an addition in the *.diff or *.patch file.
See Also:
Constant Field Values

TK_REMOVAL

static final int TK_REMOVAL
Constant for a removal in the *.diff or *.patch file.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.