public abstract static class AstUnary.SimpleOperator extends Object implements AstUnary.Operator
Constructor and Description |
---|
SimpleOperator() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
apply(TypeConverter converter,
Object o) |
Object |
eval(Bindings bindings,
ELContext context,
AstNode node) |
public Object eval(Bindings bindings, ELContext context, AstNode node)
eval
in interface AstUnary.Operator
protected abstract Object apply(TypeConverter converter, Object o)
Copyright © 2022. All rights reserved.