org.activiti.engine.impl.juel
类 AstUnary.SimpleOperator

java.lang.Object
  继承者 org.activiti.engine.impl.juel.AstUnary.SimpleOperator
所有已实现的接口:
AstUnary.Operator
包容类:
AstUnary

public abstract static class AstUnary.SimpleOperator
extends Object
implements AstUnary.Operator


构造方法摘要
AstUnary.SimpleOperator()
           
 
方法摘要
protected abstract  Object apply(TypeConverter converter, Object o)
           
 Object eval(Bindings bindings, ELContext context, AstNode node)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AstUnary.SimpleOperator

public AstUnary.SimpleOperator()
方法详细信息

eval

public Object eval(Bindings bindings,
                   ELContext context,
                   AstNode node)
指定者:
接口 AstUnary.Operator 中的 eval

apply

protected abstract Object apply(TypeConverter converter,
                                Object o)


Copyright © 2013 Alfresco. All rights reserved.