public abstract class EqualityOperator extends BinaryOperator
This is the superclass for all equality operators (==, !=)
| Constructor and Description |
|---|
EqualityOperator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
apply(boolean pAreEqual,
Logger pLogger)
Applies the operator given the fact that the two elements are
equal.
|
java.lang.Object |
apply(java.lang.Object pLeft,
java.lang.Object pRight,
Logger pLogger)
Applies the operator to the given value
|
getOperatorSymbol, shouldCoerceToBoolean, shouldEvaluatepublic java.lang.Object apply(java.lang.Object pLeft,
java.lang.Object pRight,
Logger pLogger)
throws javax.servlet.jsp.el.ELException
apply in class BinaryOperatorjavax.servlet.jsp.el.ELExceptionpublic abstract boolean apply(boolean pAreEqual,
Logger pLogger)
Copyright (c) 2001-2002 - Apache Software Foundation