EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

org.eclipse.persistence.jpa.jpql
Class AbstractContentAssistVisitor.HavingClauseHelper

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.HavingClauseHelper
All Implemented Interfaces:
AbstractContentAssistVisitor.ClauseHelper<HavingClause>
Enclosing class:
AbstractContentAssistVisitor

protected class AbstractContentAssistVisitor.HavingClauseHelper
extends java.lang.Object
implements AbstractContentAssistVisitor.ClauseHelper<HavingClause>


Constructor Summary
protected AbstractContentAssistVisitor.HavingClauseHelper()
           
 
Method Summary
 void addAtTheEndOfExpression(HavingClause expression)
          Adds the proposals because the cursor is at the end of the Expression.
 void addProposals(HavingClause expression)
          Adds the possible proposals.
 Expression getClauseExpression(HavingClause expression)
          Returns the expression from the given clause.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContentAssistVisitor.HavingClauseHelper

protected AbstractContentAssistVisitor.HavingClauseHelper()
Method Detail

addAtTheEndOfExpression

public void addAtTheEndOfExpression(HavingClause expression)
Adds the proposals because the cursor is at the end of the Expression.

Specified by:
addAtTheEndOfExpression in interface AbstractContentAssistVisitor.ClauseHelper<HavingClause>
Parameters:
expression - The clause for which proposals can be added after the expression

addProposals

public void addProposals(HavingClause expression)
Adds the possible proposals.

Specified by:
addProposals in interface AbstractContentAssistVisitor.ClauseHelper<HavingClause>
Parameters:
expression - The clause for which proposals can be added

getClauseExpression

public Expression getClauseExpression(HavingClause expression)
Returns the expression from the given clause.

Specified by:
getClauseExpression in interface AbstractContentAssistVisitor.ClauseHelper<HavingClause>
Parameters:
expression - The clause for which its expression is needed
Returns:
The clause's expression

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference