protected static final class AbstractContentAssistVisitor.DefaultMappingCollector extends java.lang.Object implements AbstractContentAssistVisitor.MappingCollector
AbstractContentAssistVisitor.MappingCollector
, which simply returns an empty collection.Modifier | Constructor and Description |
---|---|
protected |
DefaultMappingCollector() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IMapping> |
buildProposals()
Retrieves the possible proposals that can be used to complete a path expression based on
the position of the cursor.
|
public java.util.Collection<IMapping> buildProposals()
buildProposals
in interface AbstractContentAssistVisitor.MappingCollector