public abstract static class AstBinary.SimpleOperator extends Object implements AstBinary.Operator
AstBinary.SimpleOperator()
protected abstract Object
apply(TypeConverter converter, Object o1, Object o2)
Object
eval(Bindings bindings, ELContext context, AstNode left, AstNode right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AstBinary.SimpleOperator()
public Object eval(Bindings bindings, ELContext context, AstNode left, AstNode right)
eval
AstBinary.Operator
protected abstract Object apply(TypeConverter converter, Object o1, Object o2)
Copyright © 2015. All rights reserved.