public final class InternalConcatExpressionBNF extends JPQLQueryBNF
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleAggregate()
Determines whether the
Expression handles a collection of sub-expressions that
are aggregated by logical or arithmetic operators. |
boolean |
handleCollection()
Determines whether the
Expression handles a collection of sub-expressions that
are separated by commas. |
expressionFactory, expressionFactoryIds, getId, hasIdentifier, identifiers, isCompound, nonCompoundChildren, toStringpublic boolean handleAggregate()
Expression handles a collection of sub-expressions that
are aggregated by logical or arithmetic operators.handleAggregate in class JPQLQueryBNFtrue if the sub-expression to parse might have several logical and/or
arithmetic expressions; false otherwisepublic boolean handleCollection()
Expression handles a collection of sub-expressions that
are separated by commas.handleCollection in class JPQLQueryBNFtrue if the sub-expression to parse might have several sub-expressions
separated by commas; false otherwiseEclipseLink 2.3.2, "build v20111125-r10461" API Reference