org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Class RewriteEventStore.CopySourceInfo

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
RewriteEventStore

public static class RewriteEventStore.CopySourceInfo
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 boolean isMove
           
 RewriteEventStore.PropertyLocation location
           
 
Constructor Summary
RewriteEventStore.CopySourceInfo(RewriteEventStore.PropertyLocation location, ASTNode node, boolean isMove)
           
 
Method Summary
 int compareTo(java.lang.Object o2)
           
 ASTNode getNode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

location

public final RewriteEventStore.PropertyLocation location

isMove

public final boolean isMove
Constructor Detail

RewriteEventStore.CopySourceInfo

public RewriteEventStore.CopySourceInfo(RewriteEventStore.PropertyLocation location,
                                        ASTNode node,
                                        boolean isMove)
Method Detail

getNode

public ASTNode getNode()

compareTo

public int compareTo(java.lang.Object o2)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object