com.wewebu.expression.language
Class OwExprUnaryNegateOperator
java.lang.Object
com.wewebu.expression.language.OwExprOperator
com.wewebu.expression.language.OwExprUnaryOperator
com.wewebu.expression.language.OwExprUnaryNegateOperator
public class OwExprUnaryNegateOperator
- extends OwExprUnaryOperator
OwExprUnaryNegateOperator.
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
INSTANCE
public static final OwExprUnaryNegateOperator INSTANCE
evaluate
public OwExprValue evaluate(OwExprBooleanValue booleanValue_p)
throws OwExprEvaluationException
- Description copied from class:
OwExprUnaryOperator
- Evaluation by visiting with concrete single operand type.
- Overrides:
evaluate
in class OwExprUnaryOperator
- Returns:
- the resulted value as
OwExprValue
- Throws:
OwExprEvaluationException
- if the operation fails for any reason (unsupported operand types ,
incompatible operands, unimplemented operation or operation failure at evaluation time)
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.