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