public static class RewriteEventStore.CopySourceInfo
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
boolean |
isMove |
RewriteEventStore.PropertyLocation |
location |
| Constructor and Description |
|---|
RewriteEventStore.CopySourceInfo(RewriteEventStore.PropertyLocation location,
ASTNode node,
boolean isMove) |
public final RewriteEventStore.PropertyLocation location
public final boolean isMove
public RewriteEventStore.CopySourceInfo(RewriteEventStore.PropertyLocation location, ASTNode node, boolean isMove)
public ASTNode getNode()
public int compareTo(java.lang.Object o2)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.Object