|
© 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
Base class for all Operators in the expression package.
Constructor Summary | |
protected |
Operator()
A default constructor that can used by multi-operand operators. |
protected |
Operator(java.lang.Object unaryOperand)
A constructor to be used by unary operators. |
protected |
Operator(java.lang.Object lhs,
java.lang.Object rhs)
A constructor to be used by binary operators. |
Method Summary | |
protected java.lang.Object |
leftHandSide()
Returns left hand side operand of a binary operator. |
protected java.lang.Object |
operand()
Returns unary operand of an unary operator. |
protected java.lang.Object |
rightHandSide()
Returns right hand side operand of a binary operator. |
Methods inherited from class com.bea.p13n.expression.internal.ComplexExpressionImpl |
accept,
addListener,
addSubExpression,
clearCache,
clone,
createProxyExpression,
equals,
getCachedValue,
getParameterSignature,
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 Operator()
protected Operator(java.lang.Object unaryOperand)
unaryOperand
- An operand to a unary operator.protected Operator(java.lang.Object lhs, java.lang.Object rhs)
lhs
- The left hand side operand.rhs
- The right hand side operand.Method Detail |
protected java.lang.Object operand()
Object
representing an operand of an unary operator.protected java.lang.Object leftHandSide()
Object
representing a left hand side operand of a binary operator.protected java.lang.Object rightHandSide()
Object
representing a right hand side operand of a binary operator.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |