Interface ICategoryTypeInfoProvider

    • Method Detail

      • get

        Collection<TypeInfo> get​(org.eclipse.xtext.scoping.IScope allTypesScope)
        Gets category type infos
        Parameters:
        allTypesScope - IScope of all available types. Can't return null
        Returns:
        list of TypeInfo or empty list. Can't return null
      • hasTypeItemInCategory

        boolean hasTypeItemInCategory​(TypeItem type)
        Check the TypeItem is contains in category
        Parameters:
        type - the TypeItem to check
        Returns:
        true if this category contain the type or false if not