Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jpa.internal.jpql
Class ContentAssistVisitor.HavingClauseHelper

java.lang.Object
  extended by org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseHelper

All Implemented Interfaces:
ContentAssistVisitor.ClauseHelper<HavingClause>
Enclosing class:
ContentAssistVisitor

private class ContentAssistVisitor.HavingClauseHelper
extends java.lang.Object
implements ContentAssistVisitor.ClauseHelper<HavingClause>

Constructor Summary
private ContentAssistVisitor.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

ContentAssistVisitor.HavingClauseHelper

private ContentAssistVisitor.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 ContentAssistVisitor.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 ContentAssistVisitor.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 ContentAssistVisitor.ClauseHelper<HavingClause>
Parameters:
expression - The clause for which its expression is needed
Returns:
The clause's expression

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.