Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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 Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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