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

    Modifier and Type
    Method
    Description
    Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
  • Method Details

    • buildProposals

      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