public class NullFeatureScopeTrackerProvider extends java.lang.Object implements IFeatureScopeTracker.Provider
| Constructor and Description |
|---|
NullFeatureScopeTrackerProvider() |
| Modifier and Type | Method and Description |
|---|---|
IFeatureScopeTracker |
track(org.eclipse.emf.ecore.EObject root)
Always returns a null implementation of the
IFeatureScopeTracker. |
public IFeatureScopeTracker track(org.eclipse.emf.ecore.EObject root)
IFeatureScopeTracker.
Effectively disables the tracking of scopes.track in interface IFeatureScopeTracker.Providerroot - to-be-ignored by the null implementation