|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.OrderByClauseStatementHelper org.eclipse.persistence.jpa.jpql.EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
protected class EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
Constructor Summary | |
---|---|
protected |
EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper()
|
Method Summary | |
---|---|
EclipseLinkContentAssistVisitor.UnionClauseStatementHelper |
getNextHelper()
Returns the AbstractContentAssistVisitor.AbstractFromClauseStatementHelper 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.OrderByClauseStatementHelper |
---|
addClauseProposals, addInternalClauseProposals, getClause, hasClause, isClauseComplete, isRequired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper()
Method Detail |
---|
public EclipseLinkContentAssistVisitor.UnionClauseStatementHelper getNextHelper()
AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
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.StatementHelper<SelectStatement>
getNextHelper
in class AbstractContentAssistVisitor.OrderByClauseStatementHelper
AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
for the next clausepublic boolean hasSpaceAfterClause(SelectStatement expression)
hasSpaceAfterClause
in interface AbstractContentAssistVisitor.StatementHelper<SelectStatement>
hasSpaceAfterClause
in class AbstractContentAssistVisitor.OrderByClauseStatementHelper
expression
- The AbstractSelectStatement
being visited
true
if a space follows the clause; false
otherwise
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |