Uses of Enum
org.jline.utils.DiffHelper.Operation
Packages that use DiffHelper.Operation
-
Uses of DiffHelper.Operation in org.jline.utils
Fields in org.jline.utils declared as DiffHelper.OperationModifier and TypeFieldDescriptionfinal DiffHelper.Operation
DiffHelper.Diff.operation
One of: INSERT, DELETE or EQUAL.Methods in org.jline.utils that return DiffHelper.OperationModifier and TypeMethodDescriptionstatic DiffHelper.Operation
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.OperationModifierConstructorDescriptionDiff
(DiffHelper.Operation operation, AttributedString text) Constructor.