Class Difference
- java.lang.Object
-
- com.github.javaparser.printer.lexicalpreservation.Difference
-
public class Difference extends Object
A Difference should give me a sequence of elements I should find (to indicate the context) followed by a list of elements to remove or to add and follow by another sequence of elements. I should later be able to apply such difference to a nodeText.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.github.javaparser.printer.lexicalpreservation.Difference.DifferenceElement>
getElements()
String
toString()
-