com.greenpineyu.fel.function.operator
类 Dot

java.lang.Object
  继承者 com.greenpineyu.fel.function.operator.Dot
所有已实现的接口:
Function

public class Dot
extends Object
implements Function


字段摘要
static String DOT
           
 
构造方法摘要
Dot()
           
 
方法摘要
 Object call(FelNode node, FelContext context)
          调用函数
 String getName()
          获取函数的名称
static String getParamCode(Class<?> paramType, FelNode node, FelContext ctx)
          获取参数代码
 SecurityMgr getSecurityMgr()
           
static Object invoke(Object obj, Method method, Object[] args)
          调用方法
 void setSecurityMgr(SecurityMgr securityMgr)
           
 FelMethod toMethod(FelNode node, FelContext context)
           
 
从类 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.