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,
javax.el.ELContext context,
AstNode node) |
public Object eval(Bindings bindings, javax.el.ELContext context, AstNode node)
eval
in interface AstUnary.Operator
protected abstract Object apply(TypeConverter converter, Object o)
Copyright © 2006–2017 Odysseus Software GmbH. All rights reserved.