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

E13403-03

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

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

E13403-03

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