Class ParameterizedResolvedFeatures

    • Method Detail

      • getAllFeatures

        public java.util.List<org.eclipse.xtext.common.types.JvmFeature> getAllFeatures​(java.lang.String simpleName)
        Description copied from interface: IResolvedFeatures
        Returns all reachable features with the given simpleName. Bound type parameters are properly considered when the override semantics are applied for these features.
        Specified by:
        getAllFeatures in interface IResolvedFeatures
      • getAllFeatures

        public java.util.List<org.eclipse.xtext.common.types.JvmFeature> getAllFeatures()
        Description copied from interface: IResolvedFeatures
        Returns all reachable features. Bound type parameters are properly considered when the override semantics are applied for these features.
        Specified by:
        getAllFeatures in interface IResolvedFeatures
      • computeAllFeatures

        protected java.util.List<org.eclipse.xtext.common.types.JvmFeature> computeAllFeatures​(java.util.List<org.eclipse.xtext.common.types.JvmFeature> unfiltered)
      • computeAllFeatures

        protected void computeAllFeatures​(java.util.List<org.eclipse.xtext.common.types.JvmFeature> unfiltered,
                                          com.google.common.collect.Multimap<java.lang.String,​AbstractResolvedOperation> processedOperations,
                                          java.util.List<org.eclipse.xtext.common.types.JvmFeature> result)