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

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.StaticImplicitMethodsFeatureForTypeProvider
All Implemented Interfaces:
IFeaturesForTypeProvider

public class StaticImplicitMethodsFeatureForTypeProvider
extends AbstractStaticMethodsFeatureForTypeProvider

Author:
Sven Efftinge - Initial contribution and API, Sebastian Zarnekow

Nested Class Summary
static class StaticImplicitMethodsFeatureForTypeProvider.ExtensionClassNameProvider
           
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
cache, context
 
Constructor Summary
StaticImplicitMethodsFeatureForTypeProvider()
           
 
Method Summary
protected  java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getExtensionClassNames()
           
protected  java.util.Collection<java.lang.String> getLiteralClassNames()
           
protected  java.util.Map<JvmTypeReference,java.util.Collection<java.lang.String>> getVisibleTypesContainingStaticMethods(java.lang.Iterable<JvmTypeReference> hierarchy)
           
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
collectFeatures, getAllFeatures, getContext, getContextURI, getFeaturesByName, getVisibleJvmTypesContainingStaticMethods, isExtensionProvider, isMatchingExtension, setExtensionProvider, setResourceContext, toString
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractFeaturesForTypeProvider
getRawTypeHelper, getTypeConformanceComputer, getTypeReferences, isSameTypeOrAssignableToUpperBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaticImplicitMethodsFeatureForTypeProvider

public StaticImplicitMethodsFeatureForTypeProvider()
Method Detail

getVisibleTypesContainingStaticMethods

protected java.util.Map<JvmTypeReference,java.util.Collection<java.lang.String>> getVisibleTypesContainingStaticMethods(java.lang.Iterable<JvmTypeReference> hierarchy)
Specified by:
getVisibleTypesContainingStaticMethods in class AbstractStaticMethodsFeatureForTypeProvider

getLiteralClassNames

protected java.util.Collection<java.lang.String> getLiteralClassNames()

getExtensionClassNames

protected java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getExtensionClassNames()