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

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


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

Constructor Detail

AstBinary.SimpleOperator

public AstBinary.SimpleOperator()
Method Detail

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.