Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Public Member Functions | Public Attributes | List of all members
name.fraser.neil.plaintext.diff_match_patch.Patch Class Reference
Collaboration diagram for name.fraser.neil.plaintext.diff_match_patch.Patch:
Collaboration graph
[legend]

Public Member Functions

 Patch ()
 
String toString ()
 

Public Attributes

LinkedList< Diffdiffs
 
int start1
 
int start2
 
int length1
 
int length2
 

Detailed Description

Class representing one patch operation.

Constructor & Destructor Documentation

name.fraser.neil.plaintext.diff_match_patch.Patch.Patch ( )

Constructor. Initializes with an empty list of diffs.

Member Function Documentation

String name.fraser.neil.plaintext.diff_match_patch.Patch.toString ( )

Emmulate GNU diff's format. Header: @ -382,8 +481,9 @ Indicies are printed as 1-based, not 0-based.

Returns
The GNU diff string.

Member Data Documentation

LinkedList<Diff> name.fraser.neil.plaintext.diff_match_patch.Patch.diffs
int name.fraser.neil.plaintext.diff_match_patch.Patch.length1
int name.fraser.neil.plaintext.diff_match_patch.Patch.length2
int name.fraser.neil.plaintext.diff_match_patch.Patch.start1
int name.fraser.neil.plaintext.diff_match_patch.Patch.start2

The documentation for this class was generated from the following file: