EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference

org.eclipse.persistence.jpa.jpql
Class EclipseLinkContentAssistVisitor.GroupByClauseCollectionHelper

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
      extended by org.eclipse.persistence.jpa.jpql.EclipseLinkContentAssistVisitor.GroupByClauseCollectionHelper
All Implemented Interfaces:
AbstractContentAssistVisitor.CollectionExpressionHelper<GroupByClause>
Enclosing class:
EclipseLinkContentAssistVisitor

protected class EclipseLinkContentAssistVisitor.GroupByClauseCollectionHelper
extends AbstractContentAssistVisitor.GroupByClauseCollectionHelper


Constructor Summary
protected EclipseLinkContentAssistVisitor.GroupByClauseCollectionHelper()
           
 
Method Summary
 void addAtTheEndOfChild(GroupByClause expression, Expression child, int index)
          Adds the proposals because the cursor is at the end of the given child Expression.
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
addProposals, buildCollectionExpression, hasDelimiterAfterIdentifier, maxCollectionSize, preExpressionLength, queryBNF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseLinkContentAssistVisitor.GroupByClauseCollectionHelper

protected EclipseLinkContentAssistVisitor.GroupByClauseCollectionHelper()
Method Detail

addAtTheEndOfChild

public void addAtTheEndOfChild(GroupByClause expression,
                               Expression child,
                               int index)
Adds the proposals because the cursor is at the end of the given child Expression.

Specified by:
addAtTheEndOfChild in interface AbstractContentAssistVisitor.CollectionExpressionHelper<GroupByClause>
Overrides:
addAtTheEndOfChild in class AbstractContentAssistVisitor.GroupByClauseCollectionHelper
Parameters:
expression - The Expression being visited
child - The child of the parent Expression for which proposals can be added at the end
index - The position of that child in the collection of children

EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference