Class AbstractContentAssistVisitor.MappingTypeFilter

    • Field Detail

      • type

        protected final IType type
        The type used to determine if the mapping's type is a valid type.
    • Method Detail

      • accept

        public boolean accept​(IMapping value)
        Description copied from interface: Filter
        Determines whether the specified object is "accepted" by the filter. The semantics of "accept" is determined by the contract between the client and the server.
        Specified by:
        accept in interface Filter<IMapping>
        Parameters:
        value - The value to filter
        Returns:
        true if the given value is "accepted" by this filter; false if it was "rejected"