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 |
|---|
CopySourceInfo(RewriteEventStore.PropertyLocation location,
ASTNode node,
boolean isMove) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o2) |
ASTNode |
getNode() |
java.lang.String |
toString() |
public final RewriteEventStore.PropertyLocation location
public final boolean isMove
public 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