Uses of Class
difflib.Delta.TYPE

Packages that use Delta.TYPE
difflib The difflib package implements general operation with diff files. 
 

Uses of Delta.TYPE in difflib
 

Methods in difflib that return Delta.TYPE
 Delta.TYPE InsertDelta.getType()
           
abstract  Delta.TYPE Delta.getType()
          Returns the type of delta
 Delta.TYPE DeleteDelta.getType()
           
 Delta.TYPE ChangeDelta.getType()
           
static Delta.TYPE Delta.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Delta.TYPE[] Delta.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2013. All Rights Reserved.