com.greenpineyu.fel.function
接口 Function

所有已知实现类:
Add, And, CollectionGet, CommonFunction, Cond, Div, Dollar, Dot, Equal, GreaterThan, GreaterThenEqual, JavaMethod, LessThen, LessThenEqual, Mod, Mul, NotEqual, NotOper, Or, StableFunction, Sub, TolerantFunction

public interface Function


方法摘要
 Object call(FelNode node, FelContext context)
          调用函数
 String getName()
          获取函数的名称
 SourceBuilder toMethod(FelNode node, FelContext ctx)
           
 

方法详细信息

getName

String getName()
获取函数的名称

返回:

call

Object call(FelNode node,
            FelContext context)
调用函数

参数:
arguments -
返回:

toMethod

SourceBuilder toMethod(FelNode node,
                       FelContext ctx)


Copyright © 2013. All Rights Reserved.