public final class ConditionalExpressionBNF extends JPQLQueryBNF
conditional_expression ::= conditional_term | conditional_expression OR conditional_term| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this BNF rule.
|
| 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. |
expressionFactory, expressionFactoryIds, getId, handleCollection, hasIdentifier, identifiers, isCompound, nonCompoundChildren, toStringpublic static final java.lang.String ID
public 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 otherwiseEclipseLink 2.3.2, "build v20111125-r10461" API Reference