Package de.odysseus.el.tree.impl.ast
Class AstBinary.SimpleOperator
- java.lang.Object
-
- de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
-
- All Implemented Interfaces:
AstBinary.Operator
- Enclosing class:
- AstBinary
public abstract static class AstBinary.SimpleOperator extends java.lang.Object implements AstBinary.Operator
-
-
Constructor Summary
Constructors Constructor Description SimpleOperator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.Objectapply(TypeConverter converter, java.lang.Object o1, java.lang.Object o2)java.lang.Objecteval(Bindings bindings, javax.el.ELContext context, AstNode left, AstNode right)
-
-
-
Method Detail
-
eval
public java.lang.Object eval(Bindings bindings, javax.el.ELContext context, AstNode left, AstNode right)
- Specified by:
evalin interfaceAstBinary.Operator
-
apply
protected abstract java.lang.Object apply(TypeConverter converter, java.lang.Object o1, java.lang.Object o2)
-
-