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

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

public class StaticMethodsFeatureForTypeProvider
extends AbstractStaticMethodsFeatureForTypeProvider

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
StaticMethodsFeatureForTypeProvider()
           
 
Method Summary
protected  java.lang.Iterable<java.lang.String> getVisibleTypesContainingStaticMethods(JvmTypeReference reference)
           
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
getConformanceComputer, getContext, getFeaturesForType, getTypeRefs, isExtensionProvider, isMatchingExtension, setContext, setExtensionProvider
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractFeaturesForTypeProvider
isSameTypeOrAssignableToUpperBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticMethodsFeatureForTypeProvider

public StaticMethodsFeatureForTypeProvider()
Method Detail

getVisibleTypesContainingStaticMethods

protected java.lang.Iterable<java.lang.String> getVisibleTypesContainingStaticMethods(JvmTypeReference reference)
Specified by:
getVisibleTypesContainingStaticMethods in class AbstractStaticMethodsFeatureForTypeProvider