| java.lang.Object org.jbpm.jpdl.el.impl.BinaryOperator org.jbpm.jpdl.el.impl.OrOperator
OrOperator | public class OrOperator extends BinaryOperator (Code) | | The implementation of the or operator
author: Nathan Abramson - Art Technology Group version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author$ |
OrOperator | public OrOperator()(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
|
|
|