Package com.rpl.rama.diffs
Class AppendDiff
java.lang.Object
com.rpl.rama.diffs.Diff
com.rpl.rama.diffs.AppendDiff
Represents an unknown value being appended to a sequence. Not a top-level diff, but can be
part of expansion of other top-level diffs.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canProcess
(Diff.Processor processor) protected void
doProcess
(Diff.Processor processor) boolean
int
getIndex()
Index of append, same as size of sequence before the appendint
hashCode()
toString()
Methods inherited from class com.rpl.rama.diffs.Diff
process, walkExpanded
-
Constructor Details
-
AppendDiff
public AppendDiff(int index)
-
-
Method Details
-
getIndex
public int getIndex()Index of append, same as size of sequence before the append -
doProcess
-
canProcess
- Specified by:
canProcess
in classDiff
-
equals
-
hashCode
public int hashCode() -
toString
-