|
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 | ||||||||
java.lang.Objectorg.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.OrderByClauseSelectStatementHelper
org.eclipse.persistence.jpa.jpql.EclipseLinkContentAssistVisitor.OrderByClauseSelectStatementHelper
protected class EclipseLinkContentAssistVisitor.OrderByClauseSelectStatementHelper
| Constructor Summary | |
|---|---|
protected |
EclipseLinkContentAssistVisitor.OrderByClauseSelectStatementHelper()
|
| Method Summary | |
|---|---|
void |
appendNextClauseProposals(SelectStatement expression,
OrderByClause clause,
int position,
boolean complete)
The position of the cursor is at the end of the given clause, requests to add the clauses' identifiers that can be added as proposals. |
EclipseLinkContentAssistVisitor.UnionClauseSelectStatementHelper |
getNextHelper()
Returns the AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
boolean |
hasSpaceAfterClause(SelectStatement expression)
Determines whether there is a space (owned by the SELECT statement) after the clause being scanned by this helper. |
| Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.OrderByClauseSelectStatementHelper |
|---|
addClauseProposal, getClause, getClauseExpression, getPreviousHelper, hasClause, hasClauseExpression, hasSpaceBeforeClause, isClauseExpressionComplete |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EclipseLinkContentAssistVisitor.OrderByClauseSelectStatementHelper()
| Method Detail |
|---|
public void appendNextClauseProposals(SelectStatement expression,
OrderByClause clause,
int position,
boolean complete)
appendNextClauseProposals in interface AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,OrderByClause>appendNextClauseProposals in class AbstractContentAssistVisitor.OrderByClauseSelectStatementHelperexpression - The AbstractSelectStatement being visitedclause - The clause being scannedposition - The position of the cursor within the AbstractSelectStatementcomplete - Determines whether the clause's expression is complete or notpublic EclipseLinkContentAssistVisitor.UnionClauseSelectStatementHelper getNextHelper()
AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree.
getNextHelper in interface AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,OrderByClause>getNextHelper in class AbstractContentAssistVisitor.OrderByClauseSelectStatementHelperAbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper for the next clausepublic boolean hasSpaceAfterClause(SelectStatement expression)
hasSpaceAfterClause in interface AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,OrderByClause>hasSpaceAfterClause in class AbstractContentAssistVisitor.OrderByClauseSelectStatementHelperexpression - The AbstractSelectStatement being visited
true if a space follows the clause; false otherwise
|
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 | ||||||||