| java.lang.Object org.apache.commons.el.BinaryOperator org.apache.commons.el.AndOperator
AndOperator | public class AndOperator extends BinaryOperator (Code) | | The implementation of the and operator
author: Nathan Abramson - Art Technology Group version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $ |
AndOperator | public AndOperator()(Code) | | Constructor
|
getOperatorSymbol | public String getOperatorSymbol()(Code) | | Returns the symbol representing the operator
|
shouldCoerceToBoolean | public boolean shouldCoerceToBoolean()(Code) | | Returns true if the operator expects its arguments to be coerced
to Booleans. The And/Or operators set this to true.
|
shouldEvaluate | public boolean shouldEvaluate(Object pLeft)(Code) | | Returns true if evaluation is necessary given the specified Left
value. The And/OrOperators make use of this
|
|
|