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 EqualityOperator()
public Object apply(Object pLeft, Object pRight) throws ELException
apply
in class BinaryOperator
ELException
public abstract boolean apply(boolean pAreEqual)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.