org.eclipse.xtext.xbase.scoping.featurecalls
Class DefaultFeaturesForTypeProvider

java.lang.Object
  extended by org.eclipse.xtext.xbase.scoping.featurecalls.DefaultFeaturesForTypeProvider
All Implemented Interfaces:
IFeaturesForTypeProvider

public class DefaultFeaturesForTypeProvider
extends java.lang.Object
implements IFeaturesForTypeProvider

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
DefaultFeaturesForTypeProvider()
           
 
Method Summary
 java.lang.Iterable<? extends JvmFeature> getFeaturesForType(JvmTypeReference declType)
          provides the features for a given type
 boolean isExtensionProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFeaturesForTypeProvider

public DefaultFeaturesForTypeProvider()
Method Detail

getFeaturesForType

public java.lang.Iterable<? extends JvmFeature> getFeaturesForType(JvmTypeReference declType)
Description copied from interface: IFeaturesForTypeProvider
provides the features for a given type

Specified by:
getFeaturesForType in interface IFeaturesForTypeProvider

isExtensionProvider

public boolean isExtensionProvider()
Specified by:
isExtensionProvider in interface IFeaturesForTypeProvider