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 Summary
Constructors Modifier Constructor Description protected
DefaultMappingCollector()
-
Method Summary
All 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
-
buildProposals
public 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:
buildProposals
in interfaceAbstractContentAssistVisitor.MappingCollector
- Returns:
- The possible proposals
-
-