org.camunda.bpm.engine.impl.juel
Class AstUnary.SimpleOperator

java.lang.Object
  extended by 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


Constructor Summary
AstUnary.SimpleOperator()
           
 
Method Summary
protected abstract  Object apply(TypeConverter converter, Object o)
           
 Object eval(Bindings bindings, ELContext context, AstNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AstUnary.SimpleOperator

public AstUnary.SimpleOperator()
Method Detail

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 © 2017 camunda services GmbH. All rights reserved.