Class NullFeatureScopeTrackerProvider
- java.lang.Object
-
- org.eclipse.xtext.xbase.typesystem.internal.NullFeatureScopeTrackerProvider
-
- All Implemented Interfaces:
IFeatureScopeTracker.Provider
public class NullFeatureScopeTrackerProvider extends java.lang.Object implements IFeatureScopeTracker.Provider
No feature scope tracking at all if this implementation is bound.
-
-
Constructor Summary
Constructors Constructor Description NullFeatureScopeTrackerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFeatureScopeTrackertrack(org.eclipse.emf.ecore.EObject root)Always returns a null implementation of theIFeatureScopeTracker.
-
-
-
Method Detail
-
track
public IFeatureScopeTracker track(org.eclipse.emf.ecore.EObject root)
Always returns a null implementation of theIFeatureScopeTracker. Effectively disables the tracking of scopes.- Specified by:
trackin interfaceIFeatureScopeTracker.Provider- Parameters:
root- to-be-ignored by the null implementation
-
-