org.eclipse.xtext.xbase.ui.jvmmodel.refactoring
Class JvmModelJdtRenameParticipantContext

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
      extended by org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelJdtRenameParticipantContext
All Implemented Interfaces:
IRenameElementContext

public class JvmModelJdtRenameParticipantContext
extends IRenameElementContext.Impl

The context of the refactoring of an Xtext source element with an inferred JVM element, triggered by the JdtRenameParticipant.

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
static class JvmModelJdtRenameParticipantContext.ContextFactory
           
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext
IRenameElementContext.Impl
 
Constructor Summary
JvmModelJdtRenameParticipantContext(org.eclipse.emf.common.util.URI targetElementURI, org.eclipse.emf.ecore.EClass targetElementEClass)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
getContextResourceURI, getTargetElementEClass, getTargetElementURI, getTriggeringEditor, getTriggeringEditorSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmModelJdtRenameParticipantContext

public JvmModelJdtRenameParticipantContext(org.eclipse.emf.common.util.URI targetElementURI,
                                           org.eclipse.emf.ecore.EClass targetElementEClass)