Class AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<SimpleSelectStatement>
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper
-
- All Implemented Interfaces:
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement>
- Enclosing class:
- AbstractContentAssistVisitor
protected static final class AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper extends AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<SimpleSelectStatement>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleGroupByClauseStatementHelper(AbstractContentAssistVisitor visitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper
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.AbstractGroupByClauseStatementHelper
addClauseProposals, addInternalClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
-
-
-
-
Constructor Detail
-
SimpleGroupByClauseStatementHelper
protected SimpleGroupByClauseStatementHelper(AbstractContentAssistVisitor visitor)
-
-
Method Detail
-
getNextHelper
public AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper 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
-
-