org.camunda.bpm.engine.impl.juel
Interface AstBinary.Operator

All Known Implementing Classes:
AstBinary.SimpleOperator
Enclosing class:
AstBinary

public static interface AstBinary.Operator


Method Summary
 Object eval(Bindings bindings, ELContext context, AstNode left, AstNode right)
           
 

Method Detail

eval

Object eval(Bindings bindings,
            ELContext context,
            AstNode left,
            AstNode right)


Copyright © 2015 camunda services GmbH. All rights reserved.