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)
Applies the operator given the fact that the two elements are
equal.
|
Object |
apply(Object pLeft,
Object pRight)
Applies the operator to the given value
|
getOperatorSymbol, shouldCoerceToBoolean, shouldEvaluate
public Object apply(Object pLeft, Object pRight) throws javax.servlet.jsp.el.ELException
apply
in class BinaryOperator
javax.servlet.jsp.el.ELException
public abstract boolean apply(boolean pAreEqual)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.