Class Operator
java.lang.Object
ru.cg.webbpm.modules.expression.operators.Operator
- Direct Known Subclasses:
UnaryOperator
- Author:
- m.popov
-
Method Summary
-
Method Details
-
evaluate
Implementation of this operator.- Parameters:
left
- -- the left argument.right
- -- the right argument.- Returns:
- the result of the operation.
-
getName
- Returns:
- the operator's name (pattern)
-
getPrecedence
public int getPrecedence()- Returns:
- the operator's precedence
-