com.greenpineyu.fel.function
类 CommonFunction
java.lang.Object
com.greenpineyu.fel.function.CommonFunction
- 所有已实现的接口:
- Function
public abstract class CommonFunction
- extends Object
- implements Function
普通函数
- 作者:
- yqs
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonFunction
public CommonFunction()
call
public Object call(FelNode node,
FelContext context)
- 从接口
Function 复制的描述
- 调用函数
- 指定者:
- 接口
Function 中的 call
- 返回:
toMethod
public SourceBuilder toMethod(FelNode node,
FelContext ctx)
- 指定者:
- 接口
Function 中的 toMethod
evalArgs
public static Object[] evalArgs(FelNode node,
FelContext context)
main
public static void main(String[] args)
call
public abstract Object call(Object[] arguments)
- 调用函数
- 参数:
arguments -
- 返回:
Copyright © 2013. All Rights Reserved.