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