Class UnaryOperator
java.lang.Object
ru.cg.webbpm.modules.expression.operators.Operator
ru.cg.webbpm.modules.expression.operators.UnaryOperator
- Author:
- m.popov
-
Method Summary
Methods inherited from class ru.cg.webbpm.modules.expression.operators.Operator
getName, getPrecedence
-
Method Details
-
evaluate
Implementation of this unary operator. -
evaluate
Implementation of this unary operator.- Parameters:
argument
- -- the argument.- Returns:
- the result of the operation.
-