|
EclipseLink 2.5.0, build 'v20130226-e0971b1' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
protected class AbstractContentAssistVisitor.OrderByClauseCollectionHelper
Constructor Summary | |
---|---|
protected |
AbstractContentAssistVisitor.OrderByClauseCollectionHelper()
|
Method Summary | |
---|---|
void |
addAtTheEndOfChild(AbstractOrderByClause expression,
Expression child,
int index)
Adds the proposals because the cursor is at the end of the given child Expression . |
void |
addProposals(AbstractOrderByClause expression,
int index)
Adds |
CollectionExpression |
buildCollectionExpression(AbstractOrderByClause expression)
Either returns the given Expression 's child, which is already a CollectionExpression
or requests this helper to return a "virtual" CollectionExpression that is wrapping
the single element. |
boolean |
hasDelimiterAfterIdentifier(AbstractOrderByClause expression)
Determines whether |
int |
maxCollectionSize(AbstractOrderByClause expression)
Returns the maximum number of encapsulated expressions the Expression allows. |
int |
preExpressionLength(AbstractOrderByClause expression)
Returns the length to add to |
JPQLQueryBNF |
queryBNF(AbstractOrderByClause expression,
int index)
Returns the |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractContentAssistVisitor.OrderByClauseCollectionHelper()
Method Detail |
---|
public void addAtTheEndOfChild(AbstractOrderByClause expression, Expression child, int index)
Expression
.
addAtTheEndOfChild
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
expression
- The Expression
being visitedchild
- The child of the parent Expression
for which proposals can be added
at the endindex
- The position of that child in the collection of childrenpublic void addProposals(AbstractOrderByClause expression, int index)
addProposals
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
public CollectionExpression buildCollectionExpression(AbstractOrderByClause expression)
Expression
's child, which is already a CollectionExpression
or requests this helper to return a "virtual" CollectionExpression
that is wrapping
the single element.
buildCollectionExpression
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
expression
- The parent of the children to retrieve
public boolean hasDelimiterAfterIdentifier(AbstractOrderByClause expression)
hasDelimiterAfterIdentifier
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
public int maxCollectionSize(AbstractOrderByClause expression)
expressions
the Expression
allows. Some expression only allow 2, others 3 and others allow an unlimited
number.
maxCollectionSize
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
expression
- The Expression
for which its maximum number of children
public int preExpressionLength(AbstractOrderByClause expression)
preExpressionLength
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
public JPQLQueryBNF queryBNF(AbstractOrderByClause expression, int index)
queryBNF
in interface AbstractContentAssistVisitor.CollectionExpressionHelper<AbstractOrderByClause>
|
EclipseLink 2.5.0, build 'v20130226-e0971b1' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |