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,
ELContext context,
AstNode left,
AstNode right) |
Copyright © 2022. All rights reserved.