Class EclipseLinkContentAssistVisitor.FromClauseStatementHelper
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
-
- org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
-
- All Implemented Interfaces:
AbstractContentAssistVisitor.StatementHelper<SelectStatement>
- Enclosing class:
- EclipseLinkContentAssistVisitor
protected class EclipseLinkContentAssistVisitor.FromClauseStatementHelper extends AbstractContentAssistVisitor.FromClauseStatementHelper
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FromClauseStatementHelper(AbstractContentAssistVisitor visitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInternalClauseProposals(SelectStatement expression)
Adds the JPQL identifier of the internal clause being scanned by this helper.-
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
getNextHelper
-
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
addClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
-
-
-
-
Constructor Detail
-
FromClauseStatementHelper
protected FromClauseStatementHelper(AbstractContentAssistVisitor visitor)
-
-
Method Detail
-
addInternalClauseProposals
public void addInternalClauseProposals(SelectStatement expression)
Adds the JPQL identifier of the internal clause being scanned by this helper. For instance, theFROM
clause could add its own sub-clauses.Note: The identifier should not be added directly to the list, it needs to be filtered out based on the location of the cursor, it can be within a word.
- Specified by:
addInternalClauseProposals
in interfaceAbstractContentAssistVisitor.StatementHelper<SelectStatement>
- Overrides:
addInternalClauseProposals
in classAbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>
- Parameters:
expression
- TheAbstractSelectStatement
being visited
-
-