Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
eval(Bindings bindings, ELContext context, AstNode left, AstNode right)
-