com.wewebu.expression.language
Class OwExprXorOperator
java.lang.Object
com.wewebu.expression.language.OwExprOperator
com.wewebu.expression.language.OwExprBinaryOperator
com.wewebu.expression.language.OwExprBooleanOperator
com.wewebu.expression.language.OwExprXorOperator
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
Methods inherited from class com.wewebu.expression.language.OwExprBinaryOperator |
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 |
INSTANCE
public static final OwExprXorOperator INSTANCE
evaluate
public OwExprValue evaluate(OwExprBooleanValue v1_p,
OwExprBooleanValue v2_p)
throws OwExprEvaluationException
- Evaluates boolean values using java's
^
operator
- Overrides:
evaluate
in class OwExprBinaryOperator
- Parameters:
v1_p
- leftside operandv2_p
- rightside operand
- Returns:
- an
OwExprBooleanValue
as computed in an XOR
operation
- Throws:
OwExprEvaluationException
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.