Uses of Class
name.fraser.neil.plaintext.diff_match_patch.Operation

Packages that use diff_match_patch.Operation
name.fraser.neil.plaintext   
 

Uses of diff_match_patch.Operation in name.fraser.neil.plaintext
 

Fields in name.fraser.neil.plaintext declared as diff_match_patch.Operation
 diff_match_patch.Operation diff_match_patch.Diff.operation
          One of: INSERT, DELETE or EQUAL.
 

Methods in name.fraser.neil.plaintext that return diff_match_patch.Operation
static diff_match_patch.Operation diff_match_patch.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static diff_match_patch.Operation[] diff_match_patch.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in name.fraser.neil.plaintext with parameters of type diff_match_patch.Operation
diff_match_patch.Diff(diff_match_patch.Operation operation, String text)
          Constructor.
 



Copyright © 2015. All rights reserved.