Uses of Class
com.github.javaparser.printer.lexicalpreservation.Difference.MatchClassification
-
Packages that use Difference.MatchClassification Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of Difference.MatchClassification in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return Difference.MatchClassification Modifier and Type Method Description static Difference.MatchClassification
Difference.MatchClassification. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Difference.MatchClassification[]
Difference.MatchClassification. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-