org.eclipse.xtext.xbase.scoping.featurecalls
Class JvmFeatureScopeProvider.JvmFeatureDescriptionList

java.lang.Object
  extended by org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureScopeProvider.JvmFeatureDescriptionList
Enclosing class:
JvmFeatureScopeProvider

protected static class JvmFeatureScopeProvider.JvmFeatureDescriptionList
extends java.lang.Object


Constructor Summary
JvmFeatureScopeProvider.JvmFeatureDescriptionList(java.lang.String text, java.lang.Iterable<JvmFeatureDescription> descriptions)
           
 
Method Summary
 java.lang.Iterable<JvmFeatureDescription> getDescriptions()
           
 java.lang.String getText()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JvmFeatureScopeProvider.JvmFeatureDescriptionList

public JvmFeatureScopeProvider.JvmFeatureDescriptionList(java.lang.String text,
                                                         java.lang.Iterable<JvmFeatureDescription> descriptions)
Method Detail

getDescriptions

public java.lang.Iterable<JvmFeatureDescription> getDescriptions()

getText

public java.lang.String getText()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object