protected class EclipseLinkContentAssistVisitor.FromClauseStatementHelper extends AbstractContentAssistVisitor.FromClauseStatementHelper
Modifier | Constructor and Description |
---|---|
protected |
FromClauseStatementHelper(AbstractContentAssistVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
addInternalClauseProposals(SelectStatement expression)
Adds the JPQL identifier of the internal clause being scanned by this helper.
|
getNextHelper
addClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
protected FromClauseStatementHelper(AbstractContentAssistVisitor visitor)
public void addInternalClauseProposals(SelectStatement expression)
FROM
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.
addInternalClauseProposals
in interface AbstractContentAssistVisitor.StatementHelper<SelectStatement>
addInternalClauseProposals
in class AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>
expression
- The AbstractSelectStatement
being visited