Uses of Class
org.jline.utils.DiffHelper.Operation
-
Packages that use DiffHelper.Operation Package Description org.jline.utils JLine 3. -
-
Uses of DiffHelper.Operation in org.jline.utils
Fields in org.jline.utils declared as DiffHelper.Operation Modifier and Type Field Description DiffHelper.Operation
DiffHelper.Diff. operation
One of: INSERT, DELETE or EQUAL.Methods in org.jline.utils that return DiffHelper.Operation Modifier and Type Method Description static DiffHelper.Operation
DiffHelper.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiffHelper.Operation[]
DiffHelper.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jline.utils with parameters of type DiffHelper.Operation Constructor Description Diff(DiffHelper.Operation operation, AttributedString text)
Constructor.
-