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 booleancanProcess(Diff.Processor processor) protected voiddoProcess(Diff.Processor processor) booleanintgetIndex()Index of append, same as size of sequence before the appendinthashCode()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:
canProcessin classDiff
-
equals
-
hashCode
public int hashCode() -
toString
-