Package com.github.javaparser.printer.lexicalpreservation.changes
-
Interface Summary Interface Description Change This represents a change that has happened to a specific Node. -
Class Summary Class Description ListAdditionChange The Addition of an element to a list.ListRemovalChange The removal of an element from a list.ListReplacementChange The replacement of an element in a list.NoChange No change.PropertyChange The change in value of a property.