Package | Description |
---|---|
org.eclipse.emf.compare.internal.dmp |
Modifier and Type | Field and Description |
---|---|
diff_match_patch.Operation |
diff_match_patch.Diff.operation
One of: INSERT, DELETE or EQUAL.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
diff_match_patch.Diff(diff_match_patch.Operation operation,
String text)
Constructor.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.