Interface DifferenceParent

All Superinterfaces:
Difference

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface DifferenceParent extends Difference
Represents a difference generated by the diff performer. It holds information regarding the right and left intervals start and end offsets.
  • Method Details

    • getChildren

      List<? extends Difference> getChildren()
      Get the children differences list.
      Returns:
      Returns the children.