Package | Description |
---|---|
org.jline.utils |
JLine 3.
|
Modifier and Type | Field and Description |
---|---|
DiffHelper.Operation |
DiffHelper.Diff.operation
One of: INSERT, DELETE or EQUAL.
|
Modifier and Type | Method and Description |
---|---|
static DiffHelper.Operation |
DiffHelper.Operation.valueOf(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.
|
Constructor and Description |
---|
Diff(DiffHelper.Operation operation,
AttributedString text)
Constructor.
|
Copyright © 2019. All rights reserved.