com.wewebu.expression.language
Class OwExprUnaryMinusOperator
java.lang.Object
com.wewebu.expression.language.OwExprOperator
com.wewebu.expression.language.OwExprUnaryOperator
com.wewebu.expression.language.OwExprArithmeticUnaryOperator
com.wewebu.expression.language.OwExprUnaryMinusOperator
public class OwExprUnaryMinusOperator
- extends OwExprArithmeticUnaryOperator
Unary minus operator :
-2 , -4.554 , -property .
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 OwExprUnaryOperator INSTANCE
evaluate
public OwExprValue evaluate(OwExprNumericValue numericValue_p)
- Description copied from class:
OwExprUnaryOperator
- Evaluation by visiting with concrete single operand type.
- Overrides:
evaluate
in class OwExprUnaryOperator
- Returns:
- the resulted value as
OwExprValue
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.