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 Detail

      • getChildren

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