com.greenpineyu.fel.function.operator
类 Add
java.lang.Object
com.greenpineyu.fel.function.StableFunction
com.greenpineyu.fel.function.operator.Add
- 所有已实现的接口:
- Function, Stable
public class Add
- extends StableFunction
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_FORMAT
public static final SimpleDateFormat DATE_FORMAT
Add
public Add()
call
public Object call(FelNode node,
FelContext context)
- 从接口
Function 复制的描述
- 调用函数
- 返回:
getName
public String getName()
- 从接口
Function 复制的描述
- 获取函数的名称
- 返回:
toMethod
public FelMethod toMethod(FelNode node,
FelContext ctx)
add
public static Object add(Object left,
Object right)
- 加法
- 参数:
left - right -
- 返回:
Copyright © 2013. All Rights Reserved.