com.greenpineyu.fel.function
类 CommonFunction

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

public abstract class CommonFunction
extends Object
implements Function

普通函数

作者:
yqs

构造方法摘要
CommonFunction()
           
 
方法摘要
 Object call(FelNode node, FelContext context)
          调用函数
abstract  Object call(Object[] arguments)
          调用函数
static Object[] evalArgs(FelNode node, FelContext context)
           
static void main(String[] args)
           
 SourceBuilder toMethod(FelNode node, FelContext ctx)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.greenpineyu.fel.function.Function 继承的方法
getName
 

构造方法详细信息

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.