Interface AbstractContentAssistVisitor.MappingCollector
-
- All Known Implementing Classes:
AbstractContentAssistVisitor.DefaultMappingCollector
,AbstractContentAssistVisitor.FilteringMappingCollector
- Enclosing class:
- AbstractContentAssistVisitor
protected static interface AbstractContentAssistVisitor.MappingCollector
A collector is responsible to retrieve the possible proposals by using the mappings that can complete a path expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
buildProposals
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.- Returns:
- The possible proposals
-
-