org.eclipse.xtext.common.types.shared
Class NullReferenceUpdater

java.lang.Object
  extended by org.eclipse.xtext.common.types.shared.NullReferenceUpdater
All Implemented Interfaces:
IReferenceUpdater

public class NullReferenceUpdater
extends java.lang.Object
implements IReferenceUpdater

A null reference updater. Does nothing since Java references are handled by JDT.

Author:
Sebastian Zarnekow

Constructor Summary
NullReferenceUpdater()
           
 
Method Summary
 void createReferenceUpdates(ElementRenameArguments elementRenameArguments, java.lang.Iterable<IReferenceDescription> referenceDescriptions, IRefactoringUpdateAcceptor updateAcceptor, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullReferenceUpdater

public NullReferenceUpdater()
Method Detail

createReferenceUpdates

public void createReferenceUpdates(ElementRenameArguments elementRenameArguments,
                                   java.lang.Iterable<IReferenceDescription> referenceDescriptions,
                                   IRefactoringUpdateAcceptor updateAcceptor,
                                   org.eclipse.core.runtime.IProgressMonitor monitor)
Specified by:
createReferenceUpdates in interface IReferenceUpdater