Package de.odysseus.el.tree.impl.ast
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 java.lang.Object
eval(Bindings bindings, javax.el.ELContext context, AstNode left, AstNode right)
-