Operator
BinaryOperator
A base class for all the collection operators.
Object
ComplexExpressionImpl
Operator
CollectionOperator
BinaryOperator
, Cloneable
, Expression
, Serializable
CollectionContains
, CollectionContainsAll
, CollectionContainsAny
, ContainedIn
Constructor Summary |
|
|
Method Summary |
public final |
|
public final |
|
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.operator. |
|
Methods from interface com.bea.p13n.expression. |
|
Constructor Detail |
protected CollectionOperator()
CollectionOperator
without associating any
operands.protected CollectionOperator(Object
operand1,Object
operand2)
CollectionOperator
by associating the given
operands.
Method Detail |
public final Object
getLeftHandSide()
Description copied from BinaryOperator.getLeftHandSide()
public final Object
getRightHandSide()
Description copied from BinaryOperator.getRightHandSide()