Package de.odysseus.el.tree.impl.ast
Class AstUnary.SimpleOperator
- java.lang.Object
-
- de.odysseus.el.tree.impl.ast.AstUnary.SimpleOperator
-
- All Implemented Interfaces:
AstUnary.Operator
- Enclosing class:
- AstUnary
public abstract static class AstUnary.SimpleOperator extends java.lang.Object implements AstUnary.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.Object
apply(TypeConverter converter, java.lang.Object o)
java.lang.Object
eval(Bindings bindings, javax.el.ELContext context, AstNode node)
-
-
-
Method Detail
-
eval
public java.lang.Object eval(Bindings bindings, javax.el.ELContext context, AstNode node)
- Specified by:
eval
in interfaceAstUnary.Operator
-
apply
protected abstract java.lang.Object apply(TypeConverter converter, java.lang.Object o)
-
-