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

E17493-02

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
11g Release 2 (11.1.2.1.0)

E17493-02

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