|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.expression.internal.ComplexExpressionImpl
com.bea.p13n.expression.operator.Operator
public abstract class Operator
Base class for all Operators in the expression package.
Field Summary |
---|
Fields inherited from interface com.bea.p13n.expression.ExpressionEvents |
---|
EVENT_ADD_SUBEXPRESSION, EVENT_CLEAR_CACHE, EVENT_INTERNAL_MAX, EVENT_REMOVE_SUBEXPRESSION, EVENT_SET_CACHE_ENABLED, EVENT_SET_CACHED_VALUE, EVENT_SET_PARENT, EVENT_SET_SOURCE, EVENT_SET_SUBEXPRESSION, EVENT_SET_USER_DATA |
Constructor Summary | |
---|---|
protected |
Operator()
A default constructor that can used by multi-operand operators. |
protected |
Operator(Object unaryOperand)
A constructor to be used by unary operators. |
protected |
Operator(Object lhs,
Object rhs)
A constructor to be used by binary operators. |
Method Summary | |
---|---|
protected Object |
leftHandSide()
Returns left hand side operand of a binary operator. |
protected Object |
operand()
Returns unary operand of an unary operator. |
protected Object |
rightHandSide()
Returns right hand side operand of a binary operator. |
Methods inherited from class com.bea.p13n.expression.internal.ComplexExpressionImpl |
---|
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 |
Methods inherited from interface com.bea.p13n.expression.Expression |
---|
getParameterSignature |
Constructor Detail |
---|
protected Operator()
protected Operator(Object unaryOperand)
unaryOperand
- An operand to a unary operator.protected Operator(Object lhs, Object rhs)
lhs
- The left hand side operand.rhs
- The right hand side operand.Method Detail |
---|
protected Object operand()
Object
representing an operand of an unary operator.protected Object leftHandSide()
Object
representing a left hand side operand of a binary operator.protected Object rightHandSide()
Object
representing a right hand side operand of a binary operator.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |