public class OwExprAndOperator extends OwExprBooleanOperator
The boolean logic AND 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 OwExprAndOperator |
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 OwExprAndOperator 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 AND operationOwExprEvaluationExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.