public class OwExprXorOperator extends OwExprBooleanOperator
OwExprXorOperator.
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 OwExprXorOperator |
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, getRegressingTypes2
toString
public static final OwExprXorOperator INSTANCE
public OwExprValue evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p) throws OwExprEvaluationException
^
operatorevaluate
in class OwExprBinaryOperator
v1_p
- leftside operandv2_p
- rightside operandOwExprBooleanValue
as computed in an XOR
operationOwExprEvaluationException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.