Uses of Class
difflib.DiffRow.Tag

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)
           
 



Copyright © 2009-2013. All Rights Reserved.