|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DoubleEncapsulatedCollectionHelper
private class ContentAssistVisitor.DoubleEncapsulatedCollectionHelper
| Constructor Summary | |
|---|---|
private |
ContentAssistVisitor.DoubleEncapsulatedCollectionHelper() |
| Method Summary | |
|---|---|
void |
addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression expression, Expression child, int index)Adds the proposals because the cursor is at the end of the given child Expression. |
void |
addProposals(AbstractDoubleEncapsulatedExpression expression, int index)Adds |
CollectionExpression |
buildCollectionExpression(AbstractDoubleEncapsulatedExpression 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(AbstractDoubleEncapsulatedExpression expression)Determines whether |
int |
maxCollectionSize(AbstractDoubleEncapsulatedExpression expression)Returns the maximum number of encapsulated expressions the Expression allows. |
int |
preExpressionLength(AbstractDoubleEncapsulatedExpression expression)Returns the length to add to |
JPQLQueryBNF |
queryBNF(AbstractDoubleEncapsulatedExpression 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 |
|---|
private ContentAssistVisitor.DoubleEncapsulatedCollectionHelper()
| Method Detail |
|---|
public void addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression expression,
Expression child,
int index)
Expression.addAtTheEndOfChild in interface ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>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 children
public void addProposals(AbstractDoubleEncapsulatedExpression expression,
int index)
addProposals in interface ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>public CollectionExpression buildCollectionExpression(AbstractDoubleEncapsulatedExpression 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 ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>expression - The parent of the children to retrievepublic boolean hasDelimiterAfterIdentifier(AbstractDoubleEncapsulatedExpression expression)
hasDelimiterAfterIdentifier in interface ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>public int maxCollectionSize(AbstractDoubleEncapsulatedExpression expression)
expressions the Expression allows. Some expression only allow 2, others 3 and others allow an unlimited number.maxCollectionSize in interface ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>expression - The Expression for which its maximum number of childrenpublic int preExpressionLength(AbstractDoubleEncapsulatedExpression expression)
preExpressionLength in interface ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>
public JPQLQueryBNF queryBNF(AbstractDoubleEncapsulatedExpression expression,
int index)
queryBNF in interface ContentAssistVisitor.CollectionExpressionHelper<AbstractDoubleEncapsulatedExpression>
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||