public static interface IRenameStrategy.Provider
| Modifier and Type | Interface and Description |
|---|---|
static class |
IRenameStrategy.Provider.NoSuchStrategyException |
| Modifier and Type | Method and Description |
|---|---|
IRenameStrategy |
get(org.eclipse.emf.ecore.EObject targetEObject,
IRenameElementContext renameElementContext) |
IRenameStrategy get(org.eclipse.emf.ecore.EObject targetEObject, IRenameElementContext renameElementContext) throws IRenameStrategy.Provider.NoSuchStrategyException
IRenameStrategy to rename the given target object
or null if the element should be skipped (e.g. XtendConstructor)NoSuchStrategyException with - a reason when refactoring is forbidden.IRenameStrategy.Provider.NoSuchStrategyExceptionCopyright © 2016. All Rights Reserved.