protected static final class AbstractContentAssistVisitor.MappingTypeFilter extends java.lang.Object implements Filter<IMapping>
Filter
is responsible to filter out the mappings that can't have their type
assignable to the one passed in.Modifier and Type | Field and Description |
---|---|
protected IType |
type
The type used to determine if the mapping's type is a valid type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IMapping value)
Determines whether the specified object is "accepted" by the filter.
|
protected final IType type
public boolean accept(IMapping value)