org.camunda.bpm.engine.impl.juel
Class AstBinary.SimpleOperator
java.lang.Object
org.camunda.bpm.engine.impl.juel.AstBinary.SimpleOperator
- All Implemented Interfaces:
- AstBinary.Operator
- Enclosing class:
- AstBinary
public abstract static class AstBinary.SimpleOperator
- extends Object
- implements AstBinary.Operator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AstBinary.SimpleOperator
public AstBinary.SimpleOperator()
eval
public Object eval(Bindings bindings,
ELContext context,
AstNode left,
AstNode right)
- Specified by:
eval in interface AstBinary.Operator
apply
protected abstract Object apply(TypeConverter converter,
Object o1,
Object o2)
Copyright © 2017 camunda services GmbH. All rights reserved.