public class OwExprOrOperator extends OwExprBooleanOperator
The boolean logic OR operator.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
static OwExprOrOperator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
OwExprValue |
evaluate(OwExprBooleanValue v1_p,
OwExprBooleanValue v2_p)
Evaluates boolean values using java's
|| operator |
binaryEvaluation, computeExpressionType, computeType, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, getRegressingTypes1, getRegressingTypes2toStringpublic static final OwExprOrOperator INSTANCE
public OwExprValue evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p) throws OwExprEvaluationException
|| operatorevaluate in class OwExprBinaryOperatorv1_p - leftside operandv2_p - rightside operandOwExprBooleanValue as computed in an OR operationOwExprEvaluationExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.