|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.bea.p13n.expression.internal.ComplexExpressionImpl
|
+--com.bea.p13n.expression.operator.Operator
|
+--com.bea.p13n.expression.operator.comparative.ComparativeOperator
Abstract base class for all Comparative Operators.
| Constructor Summary | |
protected |
ComparativeOperator()
Allocates a ComparativeOperator object. |
protected |
ComparativeOperator(java.lang.Object lhs,
java.lang.Object rhs)
Allocates a ComparativeOperator object by associating
the given two operands. |
| Method Summary | |
java.lang.Object |
getLeftHandSide()
|
java.lang.Class[] |
getParameterSignature()
|
java.lang.Object |
getRightHandSide()
|
| Methods inherited from class com.bea.p13n.expression.operator.Operator |
leftHandSide,
operand,
rightHandSide |
| Methods inherited from class com.bea.p13n.expression.internal.ComplexExpressionImpl |
accept,
addListener,
addSubExpression,
clearCache,
clone,
createProxyExpression,
equals,
getCachedValue,
getParent,
getSource,
getSubExpression,
getSubExpressionCount,
getUserData,
hashCode,
isCached,
isCacheEnabled,
isEqualitySubExpression,
notifyListeners,
removeAllSubExpressions,
removeListener,
removeSubExpression,
removeSubExpression,
setCachedValue,
setCacheEnabled,
setParent,
setSource,
setSubExpression,
setUserData,
toString,
write |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
protected ComparativeOperator()
ComparativeOperator object.
protected ComparativeOperator(java.lang.Object lhs,
java.lang.Object rhs)
ComparativeOperator object by associating
the given two operands.
lhs - The left hand side operand of this operator.lhs - The right hand side operand of this operator.| Method Detail |
public final java.lang.Object getLeftHandSide()
public final java.lang.Object getRightHandSide()
public java.lang.Class[] getParameterSignature()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||