Operator
Base class for all math operators.
Object
ComplexExpressionImpl
Operator
MathOperator
Cloneable
, Expression
, Serializable
MathAbs
, MathAcos
, MathAdd
, MathAsin
, MathAtan
, MathAtan2
, MathCeil
, MathCos
, MathDivide
, MathExp
, MathFloor
, MathIeeeRemainder
, MathLog
, MathMax
, MathMin
, MathMultiply
, MathPow
, MathRandom
, MathRint
, MathRound
, MathSin
, MathSqrt
, MathSubtract
, MathTan
, MathToDegrees
, MathToRadians
Field Summary |
protected static final | |
protected static final |
Constructor Summary |
|
|
|
Method Summary |
Methods from com.bea.p13n.expression.operator. |
|
Methods from com.bea.p13n.expression.internal. |
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 from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.expression. |
|
Field Detail |
protected static final Class
BINARY_PARAMETER_SIGNATURE
protected static final Class
UNARY_PARAMETER_SIGNATURE
Constructor Detail |
protected MathOperator()
protected MathOperator(Object
lhs,Object
rhs)
protected MathOperator(Object
lhs)