|
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.ClauseHelper<T extends Expression>
This helper is responsible to add the proposals
| Method Summary | |
|---|---|
void |
addAtTheEndOfExpression(T expression)Adds the proposals because the cursor is at the end of the Expression. |
void |
addProposals(T expression)Adds the possible proposals. |
Expression |
getClauseExpression(T expression)Returns the expression from the given clause. |
| Method Detail |
|---|
void addAtTheEndOfExpression(T expression)
Expression.expression - The clause for which proposals can be added after the expressionvoid addProposals(T expression)
expression - The clause for which proposals can be addedExpression getClauseExpression(T expression)
expression - The clause for which its expression is needed
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||