Uses of Class
org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo

Packages that use RewriteEventStore.CopySourceInfo
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of RewriteEventStore.CopySourceInfo in org.eclipse.jdt.internal.core.dom.rewrite
 

Fields in org.eclipse.jdt.internal.core.dom.rewrite declared as RewriteEventStore.CopySourceInfo
 RewriteEventStore.CopySourceInfo NodeInfoStore.CopyPlaceholderData.copySource
           
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite that return RewriteEventStore.CopySourceInfo
 RewriteEventStore.CopySourceInfo RewriteEventStore.createRangeCopy(ASTNode parent, StructuralPropertyDescriptor childProperty, ASTNode first, ASTNode last, boolean isMove, ASTNode internalPlaceholder, ASTNode replacingNode, TextEditGroup editGroup)
           
 RewriteEventStore.CopySourceInfo[] RewriteEventStore.getNodeCopySources(ASTNode node)
           
 RewriteEventStore.CopySourceInfo[] RewriteEventStore.internalGetCopySources(java.util.List copySources, ASTNode node)
           
 RewriteEventStore.CopySourceInfo RewriteEventStore.markAsCopySource(ASTNode parent, StructuralPropertyDescriptor property, ASTNode node, boolean isMove)
           
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type RewriteEventStore.CopySourceInfo
 void NodeInfoStore.markAsCopyTarget(ASTNode target, RewriteEventStore.CopySourceInfo copySource)
          Marks a node as a copy or move target.