Class FormSerializableValuesTypeInfoProvider

    • Constructor Detail

      • FormSerializableValuesTypeInfoProvider

        public FormSerializableValuesTypeInfoProvider()
    • Method Detail

      • get

        public Collection<TypeInfo> get​(org.eclipse.xtext.scoping.IScope allTypesScope)
        Description copied from interface: ICategoryTypeInfoProvider
        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

        public boolean hasTypeItemInCategory​(TypeItem type)
        Description copied from interface: ICategoryTypeInfoProvider
        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