Class AbstractContentAssistVisitor.GroupByClauseStatementHelper
- java.lang.Object
- 
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<SelectStatement>
- 
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseStatementHelper
 
 
- 
- All Implemented Interfaces:
- AbstractContentAssistVisitor.StatementHelper<SelectStatement>
 - Enclosing class:
- AbstractContentAssistVisitor
 
 protected static final class AbstractContentAssistVisitor.GroupByClauseStatementHelper extends AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<SelectStatement> 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedGroupByClauseStatementHelper(AbstractContentAssistVisitor visitor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractContentAssistVisitor.HavingClauseStatementHelpergetNextHelper()Returns theAbstractContentAssistVisitor.StatementHelperthat 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.AbstractGroupByClauseStatementHelperaddClauseProposals, addInternalClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
 
- 
 
- 
- 
- 
Constructor Detail- 
GroupByClauseStatementHelperprotected GroupByClauseStatementHelper(AbstractContentAssistVisitor visitor) 
 
- 
 - 
Method Detail- 
getNextHelperpublic AbstractContentAssistVisitor.HavingClauseStatementHelper getNextHelper() Returns theAbstractContentAssistVisitor.StatementHelperthat 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.StatementHelperfor the next clause
 
 
- 
 
-