Class 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 Detail

      • getElements

        public List<com.github.javaparser.printer.lexicalpreservation.Difference.DifferenceElement> getElements()