Uses of Class
com.dslplatform.compiler.client.diff.diff_match_patch.Operation
-
Packages that use diff_match_patch.Operation Package Description com.dslplatform.compiler.client.diff -
-
Uses of diff_match_patch.Operation in com.dslplatform.compiler.client.diff
Fields in com.dslplatform.compiler.client.diff declared as diff_match_patch.Operation Modifier and Type Field Description diff_match_patch.Operationdiff_match_patch.Diff. operationOne of: INSERT, DELETE or EQUAL.Methods in com.dslplatform.compiler.client.diff that return diff_match_patch.Operation Modifier and Type Method Description static diff_match_patch.Operationdiff_match_patch.Operation. valueOf(java.lang.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 com.dslplatform.compiler.client.diff with parameters of type diff_match_patch.Operation Constructor Description Diff(diff_match_patch.Operation operation, java.lang.String text)Constructor.
-