Interface IResolvedFeatures

    • Field Detail

      • NO_FEATURES

        static final IResolvedFeatures NO_FEATURES
        Convenience access to an instance that does not hold any features.
    • Method Detail

      • getAllFeatures

        java.util.List<org.eclipse.xtext.common.types.JvmFeature> getAllFeatures​(java.lang.String simpleName)
        Returns all reachable features with the given simpleName. Bound type parameters are properly considered when the override semantics are applied for these features.
      • getAllFeatures

        java.util.List<org.eclipse.xtext.common.types.JvmFeature> getAllFeatures()
        Returns all reachable features. Bound type parameters are properly considered when the override semantics are applied for these features.