|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
protected static interface AbstractContentAssistVisitor.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
|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||