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.FromClauseHelper

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

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

private class ContentAssistVisitor.FromClauseHelper
extends java.lang.Object
implements ContentAssistVisitor.ClauseHelper<AbstractFromClause>

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

ContentAssistVisitor.FromClauseHelper

private ContentAssistVisitor.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 ContentAssistVisitor.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 ContentAssistVisitor.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 ContentAssistVisitor.ClauseHelper<AbstractFromClause>
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.