Package com.intellij.util.diff
Interface DiffTreeChangeBuilder<OT,NT>
-
public interface DiffTreeChangeBuilder<OT,NT>
- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nodeDeleted(OT oldParent, OT oldNode)
void
nodeInserted(OT oldParent, NT newNode, int pos)
void
nodeReplaced(OT oldChild, NT newChild)
-