com.greenpineyu.fel.function.operator
类 And

java.lang.Object
  继承者 com.greenpineyu.fel.function.StableFunction
      继承者 com.greenpineyu.fel.function.operator.And
所有已实现的接口:
Function, Stable
直接已知子类:
Or

public class And
extends StableFunction

逻辑操作符


构造方法摘要
And()
           
 
方法摘要
 Object call(FelNode node, FelContext context)
          调用函数
 String getName()
          OR 和 ||
 String toBoolean(FelNode node, FelContext ctx, int index)
           
 String toJavaOper()
           
 FelMethod toMethod(FelNode node, FelContext ctx)
           
 
从类 com.greenpineyu.fel.function.StableFunction 继承的方法
stable
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

And

public And()
方法详细信息

toJavaOper

public String toJavaOper()

call

public Object call(FelNode node,
                   FelContext context)
从接口 Function 复制的描述
调用函数

返回:

getName

public String getName()
OR 和 ||

参数:
left -
right -
返回:

toMethod

public FelMethod toMethod(FelNode node,
                          FelContext ctx)

toBoolean

public String toBoolean(FelNode node,
                        FelContext ctx,
                        int index)


Copyright © 2013. All Rights Reserved.