|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrun.ejb.ejbql.OperatorBase
|
+--jrun.ejb.ejbql.UnaryOperator
|
+--jrun.ejb.ejbql.NavigationOperator
A special kind of unary operator that operates on expressions in a navigation expression.
| Field Summary | |
static NavigationOperator |
CMP_OP
|
static NavigationOperator |
CMR_OP
|
| Fields inherited from class jrun.ejb.ejbql.UnaryOperator |
ABS, ESCAPE, IS_EMPTY, IS_NOT_EMPTY, IS_NOT_NULL, IS_NULL, LENGTH, MINUS, NOT, PLUS, SELECT_ALL, SQRT |
| Fields inherited from interface jrun.ejb.ejbql.Element |
UNSPECIFIED_TRAVERSAL_ORDER |
| Constructor Summary | |
protected |
NavigationOperator()
|
protected |
NavigationOperator(boolean preOperator)
|
| Method Summary | |
java.lang.String |
getResultType(Expression expression)
|
boolean |
operatesOn(Expression expression)
|
| Methods inherited from class jrun.ejb.ejbql.UnaryOperator |
getPrintString, getPrintStrings, getResultType, isPostOperator, isPreOperator, isUnary, operatesOn |
| Methods inherited from class jrun.ejb.ejbql.OperatorBase |
accept, acceptOperatorExpression, equals, getChildren, hasBooleanType, hasDoubleType, hasFloatType, hasIntegerType, hasLongType, hasNumericType, hasSmallerNumericType, hasStringType, isBinary, isFunction, isNary |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final NavigationOperator CMP_OP
public static final NavigationOperator CMR_OP
| Constructor Detail |
protected NavigationOperator(boolean preOperator)
protected NavigationOperator()
| Method Detail |
public boolean operatesOn(Expression expression)
operatesOn in class UnaryOperatorpublic java.lang.String getResultType(Expression expression)
getResultType in class UnaryOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||