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