com.greenpineyu.fel.function.operator
类 Dot
java.lang.Object
com.greenpineyu.fel.function.operator.Dot
- 所有已实现的接口:
- Function
public class Dot
- extends Object
- implements Function
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOT
public static final String DOT
- 另请参见:
- 常量字段值
Dot
public Dot()
getSecurityMgr
public SecurityMgr getSecurityMgr()
setSecurityMgr
public void setSecurityMgr(SecurityMgr securityMgr)
getName
public String getName()
- 从接口
Function 复制的描述
- 获取函数的名称
- 指定者:
- 接口
Function 中的 getName
- 返回:
call
public Object call(FelNode node,
FelContext context)
- 从接口
Function 复制的描述
- 调用函数
- 指定者:
- 接口
Function 中的 call
- 返回:
invoke
public static Object invoke(Object obj,
Method method,
Object[] args)
- 调用方法
- 参数:
obj - method - args -
- 返回:
toMethod
public FelMethod toMethod(FelNode node,
FelContext context)
- 指定者:
- 接口
Function 中的 toMethod
getParamCode
public static String getParamCode(Class<?> paramType,
FelNode node,
FelContext ctx)
- 获取参数代码
- 参数:
paramType - 方法声明的参数类型paramValueType - 参数值的类型paramMethod -
- 返回:
Copyright © 2013. All Rights Reserved.