|
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 | ||||||||
private static interface ContentAssistVisitor.CollectionExpressionHelper<T extends Expression>
| Method Summary | |
|---|---|
void |
addAtTheEndOfChild(T expression, Expression child, int index)Adds the proposals because the cursor is at the end of the given child Expression. |
void |
addProposals(T expression, int index)Adds |
CollectionExpression |
buildCollectionExpression(T 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(T expression)Determines whether |
int |
maxCollectionSize(T expression)Returns the maximum number of encapsulated expressions the Expression allows. |
int |
preExpressionLength(T expression)Returns the length to add to |
JPQLQueryBNF |
queryBNF(T expression, int index)Returns the |
| Method Detail |
|---|
void addAtTheEndOfChild(T expression,
Expression child,
int index)
Expression.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
void addProposals(T expression,
int index)
expression -index -CollectionExpression buildCollectionExpression(T expression)
Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.expression - The parent of the children to retrieveboolean hasDelimiterAfterIdentifier(T expression)
expression -int maxCollectionSize(T expression)
expressions the Expression allows. Some expression only allow 2, others 3 and others allow an unlimited number.expression - The Expression for which its maximum number of childrenint preExpressionLength(T expression)
JPQLQueryBNF queryBNF(T expression,
int index)
expression -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||