Class AbstractContentAssistVisitor.SimpleFromClauseStatementHelper
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SimpleSelectStatement>
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleFromClauseStatementHelper
-
- All Implemented Interfaces:
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement>
- Direct Known Subclasses:
EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
- Enclosing class:
- AbstractContentAssistVisitor
protected static class AbstractContentAssistVisitor.SimpleFromClauseStatementHelper extends AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SimpleSelectStatement>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleFromClauseStatementHelper(AbstractContentAssistVisitor visitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
getNextHelper()
Returns theAbstractContentAssistVisitor.StatementHelper
that will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.-
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
addClauseProposals, addInternalClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
-
-
-
-
Constructor Detail
-
SimpleFromClauseStatementHelper
protected SimpleFromClauseStatementHelper(AbstractContentAssistVisitor visitor)
-
-
Method Detail
-
getNextHelper
public AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper getNextHelper()
Returns theAbstractContentAssistVisitor.StatementHelper
that will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.- Returns:
- The
AbstractContentAssistVisitor.StatementHelper
for the next clause
-
-