Uses of Class
tech.ikora.diff.patch.Change.Type
-
Packages that use Change.Type Package Description tech.ikora.diff.patch -
-
Uses of Change.Type in tech.ikora.diff.patch
Methods in tech.ikora.diff.patch that return Change.Type Modifier and Type Method Description Change.TypeChange. getType()static Change.TypeChange.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Change.Type[]Change.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in tech.ikora.diff.patch with parameters of type Change.Type Constructor Description Change(Change.Type type, int position, String content)
-