EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

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

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

protected class AbstractContentAssistVisitor.DeleteClauseHelper
extends java.lang.Object
implements AbstractContentAssistVisitor.ClauseHelper<DeleteClause>


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

protected AbstractContentAssistVisitor.DeleteClauseHelper()
Creates a new DeleteClauseHelper.

Method Detail

addAtTheEndOfExpression

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

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

addProposals

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

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

getClauseExpression

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

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

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference