|
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.AbstractGroupByClauseSelectStatementHelper<T>
protected abstract class AbstractContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper<T extends AbstractSelectStatement>
Constructor Summary | |
---|---|
protected |
AbstractContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper()
|
Method Summary | |
---|---|
void |
addClauseProposal()
Adds the JPQL identifier of the clause being scanned by this helper. |
GroupByClause |
getClause(AbstractSelectStatement expression)
Returns the clause being scanned by this helper. |
Expression |
getClauseExpression(GroupByClause clause)
Returns the clause's expression. |
boolean |
hasClause(AbstractSelectStatement expression)
Determines whether the clause exists in the parsed tree. |
boolean |
hasClauseExpression(GroupByClause clause)
Determines whether the clause's expression exists in the parsed tree. |
boolean |
hasSpaceAfterClause(AbstractSelectStatement expression)
Determines whether there is a space (owned by the SELECT statement) after the clause being scanned by this helper. |
boolean |
hasSpaceBeforeClause(AbstractSelectStatement expression)
Determines whether there is a space (owned by the SELECT statement) before the clause being scanned by this helper. |
boolean |
isClauseExpressionComplete(Expression expression)
Determines whether the clause's expression is complete or incomplete. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.SelectStatementHelper |
---|
appendNextClauseProposals, getNextHelper, getPreviousHelper |
Constructor Detail |
---|
protected AbstractContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper()
Method Detail |
---|
public void addClauseProposal()
addClauseProposal
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
public GroupByClause getClause(AbstractSelectStatement expression)
AbstractContentAssistVisitor.SelectStatementHelper.hasClause(AbstractSelectStatement)
is called before this one.
getClause
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
expression
- The AbstractSelectStatement
being visited
public Expression getClauseExpression(GroupByClause clause)
getClauseExpression
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
clause
- The AbstractSelectStatement
being visited
public boolean hasClause(AbstractSelectStatement expression)
hasClause
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
expression
- The AbstractSelectStatement
being visited
true
if the clause has been parsed; false
otherwisepublic boolean hasClauseExpression(GroupByClause clause)
hasClauseExpression
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
clause
- The clause being scanned
true
if the clause has its expression or a portion of it parsed;
false
if nothing was parsedpublic boolean hasSpaceAfterClause(AbstractSelectStatement expression)
hasSpaceAfterClause
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
expression
- The AbstractSelectStatement
being visited
true
if a space follows the clause; false
otherwisepublic boolean hasSpaceBeforeClause(AbstractSelectStatement expression)
hasSpaceBeforeClause
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
expression
- The AbstractSelectStatement
being visited
true
if a space precedes the clause; false
otherwisepublic boolean isClauseExpressionComplete(Expression expression)
isClauseExpressionComplete
in interface AbstractContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,GroupByClause>
expression
- The clause's expression to verify its completeness
true
if the Expression
is complete based on its content versus
what the grammar expects; 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 |