|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffRow.Tag | |
---|---|
difflib |
The difflib package
implements general operation with diff files. |
Uses of DiffRow.Tag in difflib |
---|
Methods in difflib that return DiffRow.Tag | |
---|---|
DiffRow.Tag |
DiffRow.getTag()
|
static DiffRow.Tag |
DiffRow.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DiffRow.Tag[] |
DiffRow.Tag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in difflib with parameters of type DiffRow.Tag | |
---|---|
void |
DiffRow.setTag(DiffRow.Tag tag)
|
Constructors in difflib with parameters of type DiffRow.Tag | |
---|---|
DiffRow(DiffRow.Tag tag,
String oldLine,
String newLine)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |