EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

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

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

protected class AbstractContentAssistVisitor.FromClauseHelper
extends java.lang.Object
implements AbstractContentAssistVisitor.ClauseHelper<AbstractFromClause>


Constructor Summary
protected AbstractContentAssistVisitor.FromClauseHelper()
           
 
Method Summary
 void addAtTheEndOfExpression(AbstractFromClause expression)
          Adds the proposals because the cursor is at the end of the Expression.
 void addProposals(AbstractFromClause expression)
          Adds the possible proposals.
 Expression getClauseExpression(AbstractFromClause 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.FromClauseHelper

protected AbstractContentAssistVisitor.FromClauseHelper()
Method Detail

addAtTheEndOfExpression

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

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

addProposals

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

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

getClauseExpression

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

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

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference