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

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

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)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AstBinary.SimpleOperator

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

eval

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

apply

protected abstract Object apply(TypeConverter converter,
                                Object o1,
                                Object o2)


Copyright © 2013 Alfresco. All rights reserved.