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