Class AbstractContentAssistVisitor.DefaultMappingCollector
- java.lang.Object
- 
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
 
- 
- All Implemented Interfaces:
- AbstractContentAssistVisitor.MappingCollector
 - Enclosing class:
- AbstractContentAssistVisitor
 
 protected static final class AbstractContentAssistVisitor.DefaultMappingCollector extends java.lang.Object implements AbstractContentAssistVisitor.MappingCollector The default implementation ofAbstractContentAssistVisitor.MappingCollector, which simply returns an empty collection.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedDefaultMappingCollector()
 - 
Method SummaryAll Methods Instance Methods Concrete 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- 
buildProposalspublic 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.- Specified by:
- buildProposalsin interface- AbstractContentAssistVisitor.MappingCollector
- Returns:
- The possible proposals
 
 
- 
 
-