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.
  • Field Details

    • STANDARD_INDENTATION_SIZE

      public static final int STANDARD_INDENTATION_SIZE
      See Also:
      Constant Field Values
  • Method Details