BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Member Functions | Public Attributes | List of all members
org.buildmlearn.toolkit.utilities.diff_match_patch.Patch Class Reference
Collaboration diagram for org.buildmlearn.toolkit.utilities.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

org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.Patch ( )

Constructor. Initializes with an empty list of diffs.

Member Function Documentation

String org.buildmlearn.toolkit.utilities.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> org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.diffs
int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.length1
int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.length2
int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.start1
int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.start2

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