public abstract static class AstBinary.SimpleOperator extends Object implements AstBinary.Operator
Constructor and Description |
---|
SimpleOperator() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
apply(TypeConverter converter,
Object o1,
Object o2) |
Object |
eval(Bindings bindings,
javax.el.ELContext context,
AstNode left,
AstNode right) |
public Object eval(Bindings bindings, javax.el.ELContext context, AstNode left, AstNode right)
eval
in interface AstBinary.Operator
protected abstract Object apply(TypeConverter converter, Object o1, Object o2)
Copyright © 2006–2017 Odysseus Software GmbH. All rights reserved.