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

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.PropertyLocation
Enclosing class:
RewriteEventStore

public static final class RewriteEventStore.PropertyLocation
extends java.lang.Object


Constructor Summary
RewriteEventStore.PropertyLocation(ASTNode parent, StructuralPropertyDescriptor property)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ASTNode getParent()
           
 StructuralPropertyDescriptor getProperty()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewriteEventStore.PropertyLocation

public RewriteEventStore.PropertyLocation(ASTNode parent,
                                          StructuralPropertyDescriptor property)
Method Detail

getParent

public ASTNode getParent()

getProperty

public StructuralPropertyDescriptor getProperty()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object