protected class EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper extends AbstractContentAssistVisitor.OrderByClauseStatementHelper
Modifier | Constructor and Description |
---|---|
protected |
OrderByClauseStatementHelper(AbstractContentAssistVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
EclipseLinkContentAssistVisitor.UnionClauseStatementHelper |
getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper 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.
|
addClauseProposals, addInternalClauseProposals, getClause, hasClause, isClauseComplete, isRequired
protected OrderByClauseStatementHelper(AbstractContentAssistVisitor visitor)
public EclipseLinkContentAssistVisitor.UnionClauseStatementHelper getNextHelper()
AbstractContentAssistVisitor.StatementHelper
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.StatementHelper
for the next clausepublic boolean hasSpaceAfterClause(SelectStatement expression)
hasSpaceAfterClause
in interface AbstractContentAssistVisitor.StatementHelper<SelectStatement>
hasSpaceAfterClause
in class AbstractContentAssistVisitor.OrderByClauseStatementHelper
expression
- The AbstractSelectStatement
being visitedtrue
if a space follows the clause; false
otherwise